mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
added new parent methods
This commit is contained in:
@@ -87,7 +87,7 @@ namespace MediaBrowser.Server.Implementations.Intros
|
||||
{
|
||||
IncludeItemTypes = new[] { typeof(Movie).Name }
|
||||
|
||||
}, user, new string[]{});
|
||||
}, new string[]{});
|
||||
|
||||
var itemsWithTrailers = inputItems
|
||||
.Where(i =>
|
||||
|
||||
Reference in New Issue
Block a user