Update filename in the database according to the download extension file
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<select :value="selectedExt" id="select-value-extension">
|
||||
<option
|
||||
id="defaultext"
|
||||
:value="defaultext"
|
||||
value="defaultext"
|
||||
>
|
||||
Default
|
||||
</option>
|
||||
@@ -104,7 +104,7 @@ export default {
|
||||
placeholder: t("ncdownloader", "Paste your http/magnet link here"),
|
||||
searchLabel: t("ncdownloader", "Search Torrents"),
|
||||
searchOptions: this.search_sites ? this.search_sites : this.noOptions(),
|
||||
selectedExt: "Default",
|
||||
selectedExt: "defaultext",
|
||||
};
|
||||
},
|
||||
components: {
|
||||
|
||||
Reference in New Issue
Block a user