update cinema mode config

This commit is contained in:
Luke Pulverenti
2015-11-17 12:41:58 -05:00
parent e70782a478
commit 6186d2809f
2 changed files with 5 additions and 3 deletions

View File

@@ -245,9 +245,9 @@ namespace MediaBrowser.Server.Implementations.Intros
.Where(_libraryManager.IsVideoFile));
}
if (!string.IsNullOrWhiteSpace(options.CodecIntroPath))
if (!string.IsNullOrWhiteSpace(options.MediaInfoIntroPath))
{
list.AddRange(_fileSystem.GetFilePaths(options.CodecIntroPath, true)
list.AddRange(_fileSystem.GetFilePaths(options.MediaInfoIntroPath, true)
.Where(_libraryManager.IsVideoFile));
}