mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4407] [CLOSED] Add images to tvdb series search results #10058
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/4407
Author: @cvium
Created: 11/1/2020
Status: ❌ Closed
Base:
master← Head:fix_tvdb_search_images📝 Commits (3)
a3203e5Add images to tvdb series search resultsfa5cb51Move zap2it further down to avoid a dict lookup4a6516bStyle issue...📊 Changes
6 files changed (+91 additions, -37 deletions)
View changed files
📝
MediaBrowser.Providers/Plugins/TheTvdb/TvdbEpisodeImageProvider.cs(+1 -1)📝
MediaBrowser.Providers/Plugins/TheTvdb/TvdbEpisodeProvider.cs(+2 -2)📝
MediaBrowser.Providers/Plugins/TheTvdb/TvdbPersonImageProvider.cs(+1 -1)📝
MediaBrowser.Providers/Plugins/TheTvdb/TvdbSeasonImageProvider.cs(+1 -1)📝
MediaBrowser.Providers/Plugins/TheTvdb/TvdbSeriesImageProvider.cs(+1 -1)📝
MediaBrowser.Providers/Plugins/TheTvdb/TvdbSeriesProvider.cs(+85 -31)📄 Description
Changes
Moved some stuff around to make it easier to set the image url from tvdbseriesprovider
Issues
Fixes #4368
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.