scroll restore on artists and genres pages

This commit is contained in:
2026-02-23 13:08:44 -05:00
parent 3349e785d7
commit 967816ccd2
4 changed files with 203 additions and 3 deletions
@@ -2,7 +2,7 @@ import type { ReactiveController, ReactiveControllerHost } from 'lit';
import type { library } from '@go/models';
import { libraryStore } from '../library-store';
type ViewName = 'tracks' | 'albums';
type ViewName = 'tracks' | 'albums' | 'artists' | 'genres';
/**
* LibraryController connects a Lit component to the LibraryStore.