fix(scanner): correct metadata provider ID from Tmdb to Tvdb
This commit is contained in:
@@ -266,7 +266,7 @@ class JellyfinScanner {
|
||||
if (!tvShow && metadata.ProviderIds.Tvdb) {
|
||||
try {
|
||||
tvShow = await this.getTvShow({
|
||||
tvdbId: Number(metadata.ProviderIds.Tmdb),
|
||||
tvdbId: Number(metadata.ProviderIds.Tvdb),
|
||||
});
|
||||
} catch {
|
||||
this.log('Unable to find TVDb ID for this title.', 'debug', {
|
||||
|
||||
Reference in New Issue
Block a user