aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-11-17 12:41:58 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-11-17 12:41:58 -0500
commit6186d2809f598514695482ce683f15103970abc2 (patch)
treefcca42614c36955895896d1ef7c9ee1baf46e0a6 /MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs
parente70782a4780305f1a36639d31b947a71f44548e9 (diff)
update cinema mode config
Diffstat (limited to 'MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs b/MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs
index 2228455c1..52ed2aa84 100644
--- a/MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs
+++ b/MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs
@@ -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));
}