mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #1628] [MERGED] Always fetch episode id as EpisodeInfo does not contain it #8827
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/1628
Author: @cvium
Created: 8/15/2019
Status: ✅ Merged
Merged: 8/17/2019
Merged by: @anthonylavado
Base:
master← Head:fix_tvdb_ep_provider_id📝 Commits (4)
14575f0Always fetch episode id as EpisodeInfo does not contain it38b0967Log episode id and series id when either request fails8d230e6Place args on separate lines9e3f4acMove 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.