made base video resolver available for re-use

This commit is contained in:
LukePulverenti
2013-03-03 11:53:58 -05:00
parent 7b0b5a3538
commit 54a36322bb
28 changed files with 158 additions and 67 deletions

View File

@@ -2,6 +2,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using MediaBrowser.Controller.Resolvers;
namespace MediaBrowser.Server.Implementations.Library
{