mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
added fifth priority level
This commit is contained in:
@@ -29,10 +29,12 @@ namespace MediaBrowser.Controller.Providers
|
||||
/// </summary>
|
||||
Fourth = 4,
|
||||
|
||||
Fifth = 5,
|
||||
|
||||
// Run this provider last
|
||||
/// <summary>
|
||||
/// The last
|
||||
/// </summary>
|
||||
Last = 5
|
||||
Last = 6
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user