[PR #15961] [MERGED] Fix crash when plugin repository has an invalid URL #14481

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15961
Author: @theguymadmax
Created: 1/6/2026
Status: Merged
Merged: 1/9/2026
Merged by: @Bond-009

Base: release-10.11.zHead: fix-bad-plugin-url


📝 Commits (1)

  • 845b8cd Fix crash when plugin repository has an invalid URL

📊 Changes

1 file changed (+5 additions, -0 deletions)

View changed files

📝 Emby.Server.Implementations/Updates/InstallationManager.cs (+5 -0)

📄 Description

Changes
Added NotSupportedException catch block

Issues
Fixes: #15955


🔄 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/15961 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 1/6/2026 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `release-10.11.z` ← **Head:** `fix-bad-plugin-url` --- ### 📝 Commits (1) - [`845b8cd`](https://github.com/jellyfin/jellyfin/commit/845b8cdc8f807753f98d38f736800d276f3dc89a) Fix crash when plugin repository has an invalid URL ### 📊 Changes **1 file changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Updates/InstallationManager.cs` (+5 -0) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Added `NotSupportedException` catch block **Issues** Fixes: #15955 --- <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 07:30:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14481