mirror of
https://gitlab.com/RemixDev/deemix-js.git
synced 2024-12-28 18:36:26 +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",
|
paddingSize: "0",
|
||||||
illegalCharacterReplacer: "_",
|
illegalCharacterReplacer: "_",
|
||||||
queueConcurrency: 3,
|
queueConcurrency: 3,
|
||||||
maxBitrate: String(TrackFormats.MP3_320),
|
maxBitrate: String(TrackFormats.MP3_128),
|
||||||
feelingLucky: false,
|
feelingLucky: false,
|
||||||
fallbackBitrate: false,
|
fallbackBitrate: false,
|
||||||
fallbackSearch: false,
|
fallbackSearch: false,
|
||||||
|
|
Loading…
Reference in a new issue