fix(jellyfin-scanner): add TheMovieDb provider fallback for Jellyfin scanner (#2605)

This commit is contained in:
YakGravity
2026-03-17 16:18:43 +01:00
committed by GitHub
parent 7920970cd3
commit 10f23f009d
2 changed files with 8 additions and 3 deletions

View File

@@ -101,6 +101,7 @@ export interface JellyfinMediaSource {
export interface JellyfinLibraryItemExtended extends JellyfinLibraryItem {
ProviderIds: {
Tmdb?: string;
TheMovieDb?: string;
Imdb?: string;
Tvdb?: string;
AniDB?: string;