reworked fetchAlbumList to remove ui state

refactored home screen to use new method
i broke playing songs somehow, JS thread goes into a loop
This commit is contained in:
austinried
2022-03-18 13:04:20 +09:00
parent 76306f1558
commit 98ef0d1d44
8 changed files with 381 additions and 160 deletions

View File

@@ -63,7 +63,7 @@ export interface Song {
duration?: number
starred?: Date
streamUri: string
// streamUri: string
coverArt?: string
}