Merge pull request #7519 from nielsvanvelzen/resolverpriority-plugin2

(cherry picked from commit 1d585146d6)
Signed-off-by: crobibero <cody@robibe.ro>
pull/7575/head
Cody Robibero 3 years ago committed by crobibero
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…
Cancel
Save