mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #7045] [CLOSED] Add IHasConfigurationValidation #11242
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/7045
Author: @crobibero
Created: 12/24/2021
Status: ❌ Closed
Base:
master← Head:plugin-configuration-validation📝 Commits (2)
1e7608aAdd IHasConfigurationValidation49ef220Add documentation for Validation exception📊 Changes
4 files changed (+59 additions, -13 deletions)
View changed files
📝
Jellyfin.Server/Middleware/ExceptionMiddleware.cs(+3 -1)📝
MediaBrowser.Common/Plugins/BasePluginOfT.cs(+5 -12)➕
MediaBrowser.Model/Plugins/ConfigurationValidationException.cs(+35 -0)➕
MediaBrowser.Model/Plugins/IHasConfigurationValidation.cs(+16 -0)📄 Description
Superceeds https://github.com/jellyfin/jellyfin/pull/6069
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.