[PR #1628] [MERGED] Always fetch episode id as EpisodeInfo does not contain it #8827

Closed
opened 2026-02-07 05:51:01 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/1628
Author: @cvium
Created: 8/15/2019
Status: Merged
Merged: 8/17/2019
Merged by: @anthonylavado

Base: masterHead: fix_tvdb_ep_provider_id


📝 Commits (4)

  • 14575f0 Always fetch episode id as EpisodeInfo does not contain it
  • 38b0967 Log episode id and series id when either request fails
  • 8d230e6 Place args on separate lines
  • 9e3f4ac Move the first argument to its own line

📊 Changes

2 files changed (+72 additions, -88 deletions)

View changed files

📝 MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeImageProvider.cs (+15 -17)
📝 MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs (+57 -71)

📄 Description

Changes
Apparently, EpisodeInfo.ProviderIds == EpisodeInfo.SeriesProviderIds because who doesn't love duplicated data...

Credit goes to @marius-luca-87
Issues
Fixes #1467


🔄 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/1628 **Author:** [@cvium](https://github.com/cvium) **Created:** 8/15/2019 **Status:** ✅ Merged **Merged:** 8/17/2019 **Merged by:** [@anthonylavado](https://github.com/anthonylavado) **Base:** `master` ← **Head:** `fix_tvdb_ep_provider_id` --- ### 📝 Commits (4) - [`14575f0`](https://github.com/jellyfin/jellyfin/commit/14575f0a0654210b921bd1e18cafe688467551b5) Always fetch episode id as EpisodeInfo does not contain it - [`38b0967`](https://github.com/jellyfin/jellyfin/commit/38b09670442f245f484d4b75e6007bb32694d553) Log episode id and series id when either request fails - [`8d230e6`](https://github.com/jellyfin/jellyfin/commit/8d230e67a2e64769a1bb3d57bda5ca767a9f0832) Place args on separate lines - [`9e3f4ac`](https://github.com/jellyfin/jellyfin/commit/9e3f4ac9548cab839f3f9cd5e0b3ce5bbf4582c9) Move the first argument to its own line ### 📊 Changes **2 files changed** (+72 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeImageProvider.cs` (+15 -17) 📝 `MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs` (+57 -71) </details> ### 📄 Description **Changes** Apparently, EpisodeInfo.ProviderIds == EpisodeInfo.SeriesProviderIds because who doesn't love duplicated data... Credit goes to @marius-luca-87 **Issues** Fixes #1467 --- <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 05:51:01 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8827