update image processing

This commit is contained in:
Luke Pulverenti
2015-07-29 16:31:15 -04:00
parent 1f6b5a8c7c
commit 8f75454d76
14 changed files with 60 additions and 42 deletions

View File

@@ -476,7 +476,7 @@ namespace MediaBrowser.Server.Implementations.Channels
public Channel GetChannel(string id)
{
return (Channel)_libraryManager.GetItemById(new Guid(id));
return _libraryManager.GetItemById(new Guid(id)) as Channel;
}
public IEnumerable<ChannelFeatures> GetAllChannelFeatures()