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
|
@ -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…
Reference in New Issue
Block a user