Fix WatchlistItem mediaType union
This commit is contained in:
@@ -8,7 +8,7 @@ export interface WatchlistItem {
|
|||||||
id: number;
|
id: number;
|
||||||
ratingKey: string;
|
ratingKey: string;
|
||||||
tmdbId: number;
|
tmdbId: number;
|
||||||
mediaType: 'movie' | 'tv';
|
mediaType: 'movie' | 'tv' | 'music' | 'book';
|
||||||
title: string;
|
title: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user