Enum MetadataProviderPriority
Determines when a provider should execute, relative to others
Namespace: MediaBrowser.Controller.Providers
Assembly: MediaBrowser.Controller.dll
Syntax
public enum MetadataProviderPriority
Fields
Name | Description |
---|---|
Fifth | |
First | The first |
Fourth | The fourth |
Last | The last |
Second | The second |
Third | The third |