0.5.1 - Download fixes

This commit is contained in:
exttex 2020-10-10 22:51:20 +02:00
parent 8db1223805
commit 22ceca2d9c
16 changed files with 437 additions and 91 deletions

View file

@ -58,7 +58,8 @@ class Settings {
bool playlistFolder;
@JsonKey(defaultValue: true)
bool downloadLyrics;
@JsonKey(defaultValue: false)
bool trackCover;
//Appearance
@JsonKey(defaultValue: Themes.Light)
@ -152,7 +153,8 @@ class Settings {
return {
"downloadThreads": downloadThreads,
"overwriteDownload": overwriteDownload,
"downloadLyrics": downloadLyrics
"downloadLyrics": downloadLyrics,
"trackCover": trackCover
};
}