add new naming project

This commit is contained in:
Luke Pulverenti
2014-11-16 15:44:08 -05:00
parent 4edcab9c11
commit 5fdd7ec672
40 changed files with 1128 additions and 1311 deletions

View File

@@ -16,7 +16,7 @@ namespace MediaBrowser.Server.Implementations.Library.Resolvers
{
private readonly IFileSystem _fileSystem;
public LocalTrailerResolver(IFileSystem fileSystem)
public LocalTrailerResolver(ILibraryManager libraryManager, IFileSystem fileSystem) : base(libraryManager)
{
_fileSystem = fileSystem;
}