Do not needlessly cast maxBitrate to string
This commit is contained in:
parent
1dc0d470dd
commit
945c69baf0
|
@ -51,7 +51,7 @@ DEFAULTS = {
|
|||
"localArtworkSize": 1400,
|
||||
"logErrors": True,
|
||||
"logSearched": False,
|
||||
"maxBitrate": str(TrackFormats.MP3_320),
|
||||
"maxBitrate": TrackFormats.MP3_320,
|
||||
"overwriteFile": OverwriteOption.DONT_OVERWRITE,
|
||||
"paddingSize": "0",
|
||||
"padTracks": True,
|
||||
|
|
Loading…
Reference in New Issue