Added OVERWRITE_LOWER_BITRATES option in the GUI

This commit is contained in:
RemixDev 2022-08-19 20:13:51 +02:00
parent d3c3dcb769
commit f1f6b158b9
2 changed files with 3 additions and 1 deletions

View File

@ -476,6 +476,7 @@
<option value="e">{{ $t('settings.downloads.overwriteFile.e') }}</option>
<option value="b">{{ $t('settings.downloads.overwriteFile.b') }}</option>
<option value="t">{{ $t('settings.downloads.overwriteFile.t') }}</option>
<option value="l">{{ $t('settings.downloads.overwriteFile.l') }}</option>
</select>
</div>

View File

@ -331,7 +331,8 @@ const en = {
n: "No, don't overwrite the file",
t: 'Overwrite only the tags',
b: 'No, keep both files and add a number to the duplicate',
e: "No, and don't look at the extensions"
e: "No, and don't look at the extensions",
l: 'Overwrite only if upgrading bitrate (mp3 only)'
},
fallbackBitrate: 'Bitrate fallback',
fallbackSearch: 'Search fallback',