Update filename in the database according to the download extension file

This commit is contained in:
Moahmed-Ismail MEJRI
2022-03-23 20:50:50 +01:00
parent 2ec569e2b5
commit ce0ff3b3ac
5 changed files with 32 additions and 14 deletions

View File

@@ -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: {