frontend fixes

album artist gets populated with artist as fallback (frontend also uses
this as display name fallback for albums). added scroll position
persistence when switching main views. also added frontend cache for
faster switching.
This commit is contained in:
2026-02-16 14:38:09 -05:00
parent 8311208dcb
commit 176b32fb0d
11 changed files with 905 additions and 40 deletions
+5
View File
@@ -49,3 +49,8 @@ const (
const (
LibraryConfigChanged = "LibraryConfigChanged"
)
// Library events.
const (
LibraryScanComplete = "LibraryScanComplete"
)