mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-19 11:44:47 -04:00
Merge pull request #7519 from nielsvanvelzen/resolverpriority-plugin2
(cherry picked from commit 1d585146d6
)
Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
parent
cec9befbed
commit
820c75c833
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@ namespace MediaBrowser.Controller.Resolvers
|
|||
/// </summary>
|
||||
public enum ResolverPriority
|
||||
{
|
||||
/// <summary>
|
||||
/// The highest priority. Used by plugins to bypass the default server resolvers.
|
||||
/// </summary>
|
||||
Plugin = 0,
|
||||
|
||||
/// <summary>
|
||||
/// The first.
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Reference in a new issue