0.5.6 - Android Auto updates, option to disable nomedia, shuffle fix, minor fixes

This commit is contained in:
exttex 2020-10-15 20:37:36 +02:00
parent 11d93482ff
commit e775e74d8e
35 changed files with 433 additions and 153 deletions

View file

@ -62,6 +62,8 @@ class Settings {
bool trackCover;
@JsonKey(defaultValue: true)
bool albumCover;
@JsonKey(defaultValue: false)
bool nomediaFiles;
//Appearance
@JsonKey(defaultValue: Themes.Dark)
@ -114,7 +116,8 @@ class Settings {
"downloadLyrics": downloadLyrics,
"trackCover": trackCover,
"arl": arl,
"albumCover": albumCover
"albumCover": albumCover,
"nomediaFiles": nomediaFiles
};
}