Do not needlessly cast maxBitrate to string
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user