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