mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 14:10:14 +02:00
misc type fixes, album artist header page favorite/rating work now
This commit is contained in:
@@ -109,6 +109,7 @@ export interface ItemListStateItem {
|
||||
_itemType: LibraryItem;
|
||||
_serverId: string;
|
||||
id: string;
|
||||
imageId: null | string;
|
||||
}
|
||||
|
||||
export type ItemListStateItemWithRequiredProperties = Record<string, unknown> & {
|
||||
|
||||
Reference in New Issue
Block a user