mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-09 03:42:14 +01: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