aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs
diff options
context:
space:
mode:
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));
}