mirror of
https://gitlab.com/RemixDev/deemix-js.git
synced 2024-12-28 02:16:08 +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,
|
||||
logErrors: true,
|
||||
logSearched: false,
|
||||
saveDownloadQueue: false,
|
||||
overwriteFile: OverwriteOption.DONT_OVERWRITE,
|
||||
createM3U8File: false,
|
||||
playlistFilenameTemplate: "playlist",
|
||||
|
@ -60,7 +59,6 @@ const DEFAULTS = {
|
|||
albumVariousArtists: true,
|
||||
removeAlbumVersion: false,
|
||||
removeDuplicateArtists: false,
|
||||
tagsLanguage: "",
|
||||
featuredToTitle: FeaturesOption.NO_CHANGE,
|
||||
titleCasing: "nothing",
|
||||
artistCasing: "nothing",
|
||||
|
|
Loading…
Reference in a new issue