mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-22 08:53:59 +01:00
Small bug in the config if bitrate field is empty
This commit is contained in:
@@ -556,7 +556,7 @@ class WebInterface(object):
|
|||||||
headphones.NZBSORG_UID = nzbsorg_uid
|
headphones.NZBSORG_UID = nzbsorg_uid
|
||||||
headphones.NZBSORG_HASH = nzbsorg_hash
|
headphones.NZBSORG_HASH = nzbsorg_hash
|
||||||
headphones.PREFERRED_QUALITY = int(preferred_quality)
|
headphones.PREFERRED_QUALITY = int(preferred_quality)
|
||||||
headphones.PREFERRED_BITRATE = int(preferred_bitrate)
|
headphones.PREFERRED_BITRATE = preferred_bitrate
|
||||||
headphones.DETECT_BITRATE = detect_bitrate
|
headphones.DETECT_BITRATE = detect_bitrate
|
||||||
headphones.FLAC_TO_MP3 = flac_to_mp3
|
headphones.FLAC_TO_MP3 = flac_to_mp3
|
||||||
headphones.MOVE_FILES = move_files
|
headphones.MOVE_FILES = move_files
|
||||||
|
|||||||
Reference in New Issue
Block a user