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:
Cody Robibero 2022-03-30 20:11:46 -06:00 committed by crobibero
parent cec9befbed
commit 820c75c833

View File

@ -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>