Added OVERWRITE_LOWER_BITRATES option in the GUI
This commit is contained in:
parent
d3c3dcb769
commit
f1f6b158b9
@ -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>
|
||||
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user