mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
update channels
This commit is contained in:
@@ -101,7 +101,8 @@ namespace MediaBrowser.Server.Implementations.Intros
|
||||
{
|
||||
ContentTypes = new[] { ChannelMediaContentType.MovieExtra },
|
||||
ExtraTypes = new[] { ExtraType.Trailer },
|
||||
UserId = user.Id.ToString("N")
|
||||
UserId = user.Id.ToString("N"),
|
||||
TrailerTypes = new[] { TrailerType.ComingSoonToTheaters }
|
||||
|
||||
}, CancellationToken.None);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user