mirror of
https://gitlab.com/RemixDev/deemix-js.git
synced 2024-12-28 18:36:26 +00:00
Updated default settings
This commit is contained in:
parent
854fe57941
commit
3309a04bc9
|
@ -38,7 +38,7 @@ const DEFAULTS = {
|
|||
illegalCharacterReplacer: "_",
|
||||
queueConcurrency: 3,
|
||||
maxBitrate: String(TrackFormats.MP3_320),
|
||||
fallbackBitrate: true,
|
||||
fallbackBitrate: false,
|
||||
fallbackSearch: false,
|
||||
logErrors: true,
|
||||
logSearched: false,
|
||||
|
@ -54,11 +54,11 @@ const DEFAULTS = {
|
|||
coverImageTemplate: "cover",
|
||||
saveArtworkArtist: false,
|
||||
artistImageTemplate: "folder",
|
||||
jpegImageQuality: 80,
|
||||
jpegImageQuality: 90,
|
||||
dateFormat: "Y-M-D",
|
||||
albumVariousArtists: true,
|
||||
removeAlbumVersion: false,
|
||||
removeDuplicateArtists: false,
|
||||
removeDuplicateArtists: true,
|
||||
featuredToTitle: FeaturesOption.NO_CHANGE,
|
||||
titleCasing: "nothing",
|
||||
artistCasing: "nothing",
|
||||
|
|
Loading…
Reference in a new issue