Scrolling Enhancements (#2417)
This commit is contained in:
parent
8875bc3585
commit
f4e8daf983
15 changed files with 51 additions and 71 deletions
|
@ -10,7 +10,7 @@ export interface Library {
|
|||
lastScanned: string;
|
||||
type: LibraryType;
|
||||
folders: string[];
|
||||
coverImage?: string;
|
||||
coverImage?: string | null;
|
||||
folderWatching: boolean;
|
||||
includeInDashboard: boolean;
|
||||
includeInRecommended: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue