mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
Removed Linq usage from ItemController
This commit is contained in:
parent
758d18a652
commit
906ad3cb1a
@@ -42,15 +42,15 @@ namespace MediaBrowser.Controller.Providers
|
||||
public enum MetadataProviderPriority
|
||||
{
|
||||
// Run this provider at the beginning
|
||||
First,
|
||||
First = 1,
|
||||
|
||||
// Run this provider after all first priority providers
|
||||
Second,
|
||||
Second = 2,
|
||||
|
||||
// Run this provider after all second priority providers
|
||||
Third,
|
||||
Third = 3,
|
||||
|
||||
// Run this provider last
|
||||
Last
|
||||
Last = 4
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user