mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
update schedules direct page
This commit is contained in:
@@ -66,7 +66,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
var result = await _channelManager.GetChannelsInternal(new ChannelQuery
|
||||
{
|
||||
UserId = user.Id.ToString("N"),
|
||||
UserId = user == null ? null : user.Id.ToString("N"),
|
||||
Limit = query.Limit,
|
||||
StartIndex = query.StartIndex
|
||||
|
||||
|
||||
Reference in New Issue
Block a user