Merge pull request #7519 from nielsvanvelzen/resolverpriority-plugin2
(cherry picked from commit 1d585146d62d21a47b9fe9c0ed57a2e27510d0cd) 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>
|
/// </summary>
|
||||||
public enum ResolverPriority
|
public enum ResolverPriority
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// The highest priority. Used by plugins to bypass the default server resolvers.
|
||||||
|
/// </summary>
|
||||||
|
Plugin = 0,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The first.
|
/// The first.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user