[PR #5744] [MERGED] Add support for TMDB series absolute and DVD order #10634

Closed
opened 2026-02-07 06:23:56 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5744
Author: @mohd-akram
Created: 4/9/2021
Status: Merged
Merged: 4/20/2021
Merged by: @Bond-009

Base: masterHead: absolute-dvd-order


📝 Commits (3)

  • ce4f730 Add support for TMDB series absolute and DVD order
  • 90b941b Add review changes
  • 6407187 Use StringComparison.Ordinal

📊 Changes

4 files changed (+70 additions, -6 deletions)

View changed files

📝 MediaBrowser.Providers/MediaBrowser.Providers.csproj (+1 -1)
📝 MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeImageProvider.cs (+1 -1)
📝 MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeProvider.cs (+1 -1)
📝 MediaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.cs (+67 -3)

📄 Description

Changes
Add support for TMDB series absolute and DVD order.

Issues
Closes #5042


🔄 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/5744 **Author:** [@mohd-akram](https://github.com/mohd-akram) **Created:** 4/9/2021 **Status:** ✅ Merged **Merged:** 4/20/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `absolute-dvd-order` --- ### 📝 Commits (3) - [`ce4f730`](https://github.com/jellyfin/jellyfin/commit/ce4f73022116bb7910d7a73daf69f7a0624b2437) Add support for TMDB series absolute and DVD order - [`90b941b`](https://github.com/jellyfin/jellyfin/commit/90b941b3f6646d34f831a2921bc5919bfe9871c0) Add review changes - [`6407187`](https://github.com/jellyfin/jellyfin/commit/64071873a0a68dd12a4a4995c7d9e4713763aab3) Use StringComparison.Ordinal ### 📊 Changes **4 files changed** (+70 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Providers/MediaBrowser.Providers.csproj` (+1 -1) 📝 `MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeImageProvider.cs` (+1 -1) 📝 `MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeProvider.cs` (+1 -1) 📝 `MediaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.cs` (+67 -3) </details> ### 📄 Description **Changes** Add support for TMDB series absolute and DVD order. **Issues** Closes #5042 --- <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 06:23:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10634