added fifth priority level

This commit is contained in:
Luke Pulverenti
2013-08-17 21:23:37 -04:00
parent c137525e17
commit b405b8f80b
3 changed files with 5 additions and 3 deletions

View File

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