Prepare V0.2
This commit is contained in:
@@ -440,7 +440,8 @@ def convert_audio_format(filename) -> None:
|
||||
if file_codec != 'copy':
|
||||
bitrate = Zotify.CONFIG.get_transcode_bitrate()
|
||||
bitrates = {
|
||||
'auto': '320k' if Zotify.check_premium() else '160k',
|
||||
#SpotiClub API permit the use of '320k' for free users, so we map 'auto' to that value.
|
||||
'auto': '320k',
|
||||
'normal': '96k',
|
||||
'high': '160k',
|
||||
'very_high': '320k'
|
||||
|
||||
Reference in New Issue
Block a user