mirror of
https://gitlab.com/RemixDev/deemix-js.git
synced 2024-12-28 18:36:26 +00:00
Removed saveDownloadQueue and tagsLanguage from lib settings
This commit is contained in:
parent
01b5585f6c
commit
4c65a4178d
|
@ -42,7 +42,6 @@ const DEFAULTS = {
|
||||||
fallbackSearch: false,
|
fallbackSearch: false,
|
||||||
logErrors: true,
|
logErrors: true,
|
||||||
logSearched: false,
|
logSearched: false,
|
||||||
saveDownloadQueue: false,
|
|
||||||
overwriteFile: OverwriteOption.DONT_OVERWRITE,
|
overwriteFile: OverwriteOption.DONT_OVERWRITE,
|
||||||
createM3U8File: false,
|
createM3U8File: false,
|
||||||
playlistFilenameTemplate: "playlist",
|
playlistFilenameTemplate: "playlist",
|
||||||
|
@ -60,7 +59,6 @@ const DEFAULTS = {
|
||||||
albumVariousArtists: true,
|
albumVariousArtists: true,
|
||||||
removeAlbumVersion: false,
|
removeAlbumVersion: false,
|
||||||
removeDuplicateArtists: false,
|
removeDuplicateArtists: false,
|
||||||
tagsLanguage: "",
|
|
||||||
featuredToTitle: FeaturesOption.NO_CHANGE,
|
featuredToTitle: FeaturesOption.NO_CHANGE,
|
||||||
titleCasing: "nothing",
|
titleCasing: "nothing",
|
||||||
artistCasing: "nothing",
|
artistCasing: "nothing",
|
||||||
|
|
Loading…
Reference in a new issue