#174 - Fanart - missing images

This commit is contained in:
Luke Pulverenti
2013-05-12 18:57:51 -04:00
parent 2bfcf89abf
commit 1f898cef2d
12 changed files with 568 additions and 255 deletions

View File

@@ -24,10 +24,15 @@ namespace MediaBrowser.Controller.Providers
/// </summary>
Third = 3,
/// <summary>
/// The fourth
/// </summary>
Fourth = 4,
// Run this provider last
/// <summary>
/// The last
/// </summary>
Last = 4
Last = 5
}
}