[PR #12498] [MERGED] Pass Series Display Order information to SeasonInfo #13222

Closed
opened 2026-02-07 07:09:12 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12498
Author: @scampower3
Created: 8/22/2024
Status: Merged
Merged: 8/24/2024
Merged by: @Bond-009

Base: masterHead: pass-seriesdisplayorder-seasoninfo


📝 Commits (1)

  • bfec336 Pass Series Display Order information to SeasonInfo

📊 Changes

2 files changed (+4 additions, -0 deletions)

View changed files

📝 MediaBrowser.Controller/Entities/TV/Season.cs (+1 -0)
📝 MediaBrowser.Controller/Providers/SeasonInfo.cs (+3 -0)

📄 Description

Changes

Passes Series display order information to SeasonInfo class.
Mainly so I can rip this section out
Issues


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/12498 **Author:** [@scampower3](https://github.com/scampower3) **Created:** 8/22/2024 **Status:** ✅ Merged **Merged:** 8/24/2024 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `pass-seriesdisplayorder-seasoninfo` --- ### 📝 Commits (1) - [`bfec336`](https://github.com/jellyfin/jellyfin/commit/bfec33654931cf062a06ed7291a95cc90dec701f) Pass Series Display Order information to SeasonInfo ### 📊 Changes **2 files changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/Entities/TV/Season.cs` (+1 -0) 📝 `MediaBrowser.Controller/Providers/SeasonInfo.cs` (+3 -0) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> Passes Series display order information to SeasonInfo class. Mainly so I can rip [this section ](https://github.com/jellyfin/jellyfin-plugin-tvdb/blob/8a245d383e465d84f9675c48e114f14a9b67db8e/Jellyfin.Plugin.Tvdb/Providers/TvdbSeasonProvider.cs#L71-L90) out **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:09:12 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13222