mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #4054] [MERGED] Fix TVDB plugin not handling absolute display order #9846
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/4054
Author: @lmaonator
Created: 9/5/2020
Status: ✅ Merged
Merged: 9/5/2020
Merged by: @Bond-009
Base:
master← Head:fix_tvdb_absolute_order📝 Commits (1)
76172f7Fix TVDB plugin not handling absolute display order📊 Changes
2 files changed (+8 additions, -0 deletions)
View changed files
📝
CONTRIBUTORS.md(+1 -0)📝
MediaBrowser.Providers/Plugins/TheTvdb/TvdbEpisodeProvider.cs(+7 -0)📄 Description
Changes
Add check for "absolute" order and set IndexNumber to TVDBs AbsoluteNumber.
From what I've seen AbsoluteNumber can be either null or 0 on TVDB, both should be considered invalid (there are some shows where all episodes have their absolute number set to 0). I think in that case the best action is to leave it at the default id.IndexNumber that Jellyfin presumably got from parsing the filename.
Issues
addresses #3062
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.