mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4220] [MERGED] Fix invalid operation exception in TvdbEpisodeImageProvider.GetImages #9953
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/4220
Author: @Spacetech
Created: 9/28/2020
Status: ✅ Merged
Merged: 9/28/2020
Merged by: @dkanada
Base:
master← Head:TvdbEpisodeImageProvider_nullable_check📝 Commits (1)
12275e5Fix invalid operation exception in TvdbEpisodeImageProvider.GetImages📊 Changes
1 file changed (+17 additions, -10 deletions)
View changed files
📝
MediaBrowser.Providers/Plugins/TheTvdb/TvdbEpisodeImageProvider.cs(+17 -10)📄 Description
Depending on the TVDB data for a series / episode, this fixes the following error during library scans:
Changes
IndexNumber&ParentIndexNumberhave a value before using them[2020-09-27 16:05:50.015 -07:00] [ERR] [101] MediaBrowser.Providers.Plugins.TheTvdb.TvdbEpisodeImageProvider: Episode 1xnull not found for series "%xyz%"Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.