[PR #4480] [MERGED] Remove custom HttpException #10100

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4480
Author: @crobibero
Created: 11/15/2020
Status: Merged
Merged: 11/16/2020
Merged by: @cvium

Base: masterHead: http-exception


📝 Commits (2)

  • 95a2de7 remove custom HttpException
  • e66d79f Merge remote-tracking branch 'upstream/master' into http-exception

📊 Changes

8 files changed (+14 additions, -64 deletions)

View changed files

📝 Emby.Server.Implementations/Library/LibraryManager.cs (+2 -1)
📝 Emby.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs (+3 -3)
📝 Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs (+2 -2)
📝 Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs (+2 -1)
📝 Emby.Server.Implementations/Updates/InstallationManager.cs (+0 -5)
MediaBrowser.Model/Net/HttpException.cs (+0 -42)
📝 MediaBrowser.Providers/Manager/ItemImageProvider.cs (+3 -2)
📝 MediaBrowser.Providers/Manager/ProviderManager.cs (+2 -8)

📄 Description

Depends on https://github.com/jellyfin/jellyfin/pull/4458


🔄 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/4480 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 11/15/2020 **Status:** ✅ Merged **Merged:** 11/16/2020 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `http-exception` --- ### 📝 Commits (2) - [`95a2de7`](https://github.com/jellyfin/jellyfin/commit/95a2de757f8142fed4ef19b71ac2d483fa152674) remove custom HttpException - [`e66d79f`](https://github.com/jellyfin/jellyfin/commit/e66d79fc0cf1a1a3554e530adfdd3fa8be6967a5) Merge remote-tracking branch 'upstream/master' into http-exception ### 📊 Changes **8 files changed** (+14 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/LibraryManager.cs` (+2 -1) 📝 `Emby.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs` (+3 -3) 📝 `Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs` (+2 -2) 📝 `Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs` (+2 -1) 📝 `Emby.Server.Implementations/Updates/InstallationManager.cs` (+0 -5) ➖ `MediaBrowser.Model/Net/HttpException.cs` (+0 -42) 📝 `MediaBrowser.Providers/Manager/ItemImageProvider.cs` (+3 -2) 📝 `MediaBrowser.Providers/Manager/ProviderManager.cs` (+2 -8) </details> ### 📄 Description Depends on https://github.com/jellyfin/jellyfin/pull/4458 --- <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:14:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10100