[PR #4407] [CLOSED] Add images to tvdb series search results #10058

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4407
Author: @cvium
Created: 11/1/2020
Status: Closed

Base: masterHead: fix_tvdb_search_images


📝 Commits (3)

  • a3203e5 Add images to tvdb series search results
  • fa5cb51 Move zap2it further down to avoid a dict lookup
  • 4a6516b Style 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/4407 **Author:** [@cvium](https://github.com/cvium) **Created:** 11/1/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix_tvdb_search_images` --- ### 📝 Commits (3) - [`a3203e5`](https://github.com/jellyfin/jellyfin/commit/a3203e5e172de452ec55568f1803f54d5bdb7dfb) Add images to tvdb series search results - [`fa5cb51`](https://github.com/jellyfin/jellyfin/commit/fa5cb5161f4077c4c305e401509bdfc308cf760d) Move zap2it further down to avoid a dict lookup - [`4a6516b`](https://github.com/jellyfin/jellyfin/commit/4a6516be87a5ef1f3926b9f6c9ba31b5a830105f) Style issue... ### 📊 Changes **6 files changed** (+91 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description **Changes** Moved some stuff around to make it easier to set the image url from tvdbseriesprovider **Issues** Fixes #4368 --- <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:13:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10058