mirror of
https://gitlab.com/RemixDev/deemix-js.git
synced 2024-12-28 02:16:08 +00:00
Changed default settings bitrate to 128kbps
This commit is contained in:
parent
a105b03beb
commit
fbff24eb19
|
@ -37,7 +37,7 @@ const DEFAULTS = {
|
|||
paddingSize: "0",
|
||||
illegalCharacterReplacer: "_",
|
||||
queueConcurrency: 3,
|
||||
maxBitrate: String(TrackFormats.MP3_320),
|
||||
maxBitrate: String(TrackFormats.MP3_128),
|
||||
feelingLucky: false,
|
||||
fallbackBitrate: false,
|
||||
fallbackSearch: false,
|
||||
|
|
Loading…
Reference in a new issue