fix(jellyfin-scanner): add TheMovieDb provider fallback for Jellyfin scanner (#2605)
This commit is contained in:
@@ -101,6 +101,7 @@ export interface JellyfinMediaSource {
|
||||
export interface JellyfinLibraryItemExtended extends JellyfinLibraryItem {
|
||||
ProviderIds: {
|
||||
Tmdb?: string;
|
||||
TheMovieDb?: string;
|
||||
Imdb?: string;
|
||||
Tvdb?: string;
|
||||
AniDB?: string;
|
||||
|
||||
Reference in New Issue
Block a user