mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-30 04:34:49 +03:00
update image processing
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user