mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
fix case sensitive file names
This commit is contained in:
@@ -148,7 +148,7 @@ namespace MediaBrowser.Server.Implementations.Intros
|
||||
GetCustomIntros(item) :
|
||||
new List<IntroInfo>();
|
||||
|
||||
var trailerLimit = 2;
|
||||
var trailerLimit = config.TrailerLimit;
|
||||
if (customIntros.Count > 0)
|
||||
{
|
||||
trailerLimit--;
|
||||
|
||||
Reference in New Issue
Block a user