mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #3835] [MERGED] Throw HttpException when tvdb sends us crap data #9719
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/3835
Author: @cvium
Created: 8/7/2020
Status: ✅ Merged
Merged: 8/10/2020
Merged by: @Bond-009
Base:
master← Head:fix_tvdb_404_shit_nginx_failure📝 Commits (1)
23dfaddThrow HttpException when tvdb sends us crap data📊 Changes
1 file changed (+12 additions, -0 deletions)
View changed files
📝
MediaBrowser.Providers/Manager/ProviderManager.cs(+12 -0)📄 Description
Changes
tvdb will send html instead of a proper 404. This special snowflake case is now being handled like the rest of the 404 by throwing multiple exceptions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.