mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 11:44:48 +03:00
fix channel query by category
This commit is contained in:
@@ -385,6 +385,11 @@ namespace MediaBrowser.Server.Implementations.Channels
|
||||
|
||||
private async Task<BaseItem> GetChannelItemEntity(ChannelItemInfo info, string internalChannnelId, CancellationToken cancellationToken)
|
||||
{
|
||||
if (string.IsNullOrEmpty(internalChannnelId))
|
||||
{
|
||||
throw new ArgumentNullException("internalChannnelId");
|
||||
}
|
||||
|
||||
BaseItem item;
|
||||
Guid id;
|
||||
var isNew = false;
|
||||
|
||||
Reference in New Issue
Block a user