0.6.2 - Spotify albums/tracks, album art gradient, languages, minor fixes

This commit is contained in:
exttex 2020-11-09 22:05:47 +01:00
parent f877aa9d7b
commit e9d97986b5
17 changed files with 497 additions and 221 deletions

View file

@ -38,6 +38,9 @@ void main() async {
await downloadManager.init();
cache = await Cache.load();
//Do on BG
playerHelper.authorizeLastFM();
runApp(FreezerApp());
}