switch boxsets to new providers

This commit is contained in:
Luke Pulverenti
2014-01-30 16:23:54 -05:00
parent d7aeb68548
commit d0d54a503d
28 changed files with 791 additions and 492 deletions

View File

@@ -11,7 +11,7 @@ using System.Threading.Tasks;
namespace MediaBrowser.Providers.People
{
public class PersonMetadataService : MetadataService<Person>
public class PersonMetadataService : ConcreteMetadataService<Person>
{
private readonly ILibraryManager _libraryManager;