update schedules direct page

This commit is contained in:
Luke Pulverenti
2015-07-27 01:03:34 -04:00
parent 1bf9c446d9
commit d440e89c50
10 changed files with 196 additions and 46 deletions

View File

@@ -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