[PR #3834] [MERGED] Make external ids nullable in TMDb #9718

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3834
Author: @cvium
Created: 8/7/2020
Status: Merged
Merged: 8/7/2020
Merged by: @Bond-009

Base: masterHead: fix_tmdb_external_ids


📝 Commits (1)

  • f871087 Make external ids nullable in TMDb

📊 Changes

4 files changed (+7 additions, -7 deletions)

View changed files

📝 MediaBrowser.Providers/Plugins/Tmdb/Models/General/ExternalIds.cs (+2 -2)
📝 MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeProvider.cs (+1 -1)
📝 MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbSeasonProvider.cs (+1 -1)
📝 MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbSeriesProvider.cs (+3 -3)

📄 Description

Changes
tvrage is mostly defunct and the id will sometimes be null, which causes a deserialization error


🔄 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/3834 **Author:** [@cvium](https://github.com/cvium) **Created:** 8/7/2020 **Status:** ✅ Merged **Merged:** 8/7/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `fix_tmdb_external_ids` --- ### 📝 Commits (1) - [`f871087`](https://github.com/jellyfin/jellyfin/commit/f8710876453a468524d8a5dd951771cd4c6302de) Make external ids nullable in TMDb ### 📊 Changes **4 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Providers/Plugins/Tmdb/Models/General/ExternalIds.cs` (+2 -2) 📝 `MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeProvider.cs` (+1 -1) 📝 `MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbSeasonProvider.cs` (+1 -1) 📝 `MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbSeriesProvider.cs` (+3 -3) </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** tvrage is mostly defunct and the id will sometimes be null, which causes a deserialization error --- <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:07:17 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9718