initial home screen

This commit is contained in:
Boof2015
2026-06-19 15:21:35 -04:00
parent 48e1ff5a58
commit 96702ba7f0
9 changed files with 965 additions and 54 deletions
+2
View File
@@ -55,6 +55,8 @@ export interface Album {
year: number | null;
artwork_hash: string | null;
track_count: number;
/** Newest track import timestamp in this album, used by Home recently-added. */
latest_added_at: number;
}
export interface Artist {