Initial check-in of VideoInfoProvider, although it's currently disabled.

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-20 15:16:51 -04:00
parent 8f024e8199
commit aae259d2cd
10 changed files with 166 additions and 60 deletions

View File

@@ -47,6 +47,9 @@ namespace MediaBrowser.Controller.Providers
// Run this provider after all first priority providers
Second,
// Run this provider after all second priority providers
Third,
// Run this provider last
Last
}