mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
Add user cinema mode setting
This commit is contained in:
@@ -140,7 +140,7 @@ namespace MediaBrowser.Server.Implementations.Intros
|
||||
}));
|
||||
}
|
||||
|
||||
var customIntros = config.EnableCustomIntro ?
|
||||
var customIntros = !string.IsNullOrWhiteSpace(config.CustomIntroPath) ?
|
||||
GetCustomIntros(item) :
|
||||
new List<IntroInfo>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user