mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 06:18:28 +01:00
update cinema mode config
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user