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