mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3834] [MERGED] Make external ids nullable in TMDb #9718
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/3834
Author: @cvium
Created: 8/7/2020
Status: ✅ Merged
Merged: 8/7/2020
Merged by: @Bond-009
Base:
master← Head:fix_tmdb_external_ids📝 Commits (1)
f871087Make 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.