mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #4159] [CLOSED] TVDB plugin series search fix #9916
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/4159
Author: @Zura-01
Created: 9/15/2020
Status: ❌ Closed
Base:
master← Head:tvdb-search-fix📝 Commits (1)
8ff14b4TVDB search fix📊 Changes
1 file changed (+17 additions, -20 deletions)
View changed files
📝
MediaBrowser.Providers/Plugins/TheTvdb/TvdbSeriesProvider.cs(+17 -20)📄 Description
Fixes several issues with TVDB plugin series search. TVDB would never run a "name only" search in
GetSearchResultsandGetMetadatafor short series names would often return wrong results.Changes
IsValidSeriesalways returnedtrueforSeriesInfoobject inGetSearchResults.Issues
Fixes #4132
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.