fix(scanner): correct metadata provider ID from Tmdb to Tvdb

This commit is contained in:
TOomaAh
2025-08-28 23:49:06 +02:00
parent c0cc109aab
commit ca52a3e130

View File

@@ -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', {