mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
major refactors
- add album page store - show loaders in beforeEnter guards - show bitrate on now playing card - etc
This commit is contained in:
@@ -53,6 +53,8 @@ interface Playlist {
|
||||
description?: string;
|
||||
image?: string;
|
||||
tracks?: Track[];
|
||||
count?: number;
|
||||
lastUpdated?: number;
|
||||
}
|
||||
|
||||
interface Notif {
|
||||
|
||||
Reference in New Issue
Block a user