add serverId to list state selection

This commit is contained in:
jeffvli
2025-09-25 21:27:49 -07:00
parent 4a7396cae1
commit 6a780f2e39
2 changed files with 6 additions and 1 deletions
@@ -15,6 +15,7 @@ export type ItemListAction =
export interface ItemListItem {
id: string;
itemType: LibraryItem;
serverId: string;
}
export interface ItemListState {