mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
add dlna channel factory
This commit is contained in:
@@ -542,7 +542,7 @@ namespace MediaBrowser.Server.Implementations.Channels
|
||||
throw new ArgumentException("User not found.");
|
||||
}
|
||||
|
||||
var channels = _channels;
|
||||
var channels = GetAllChannels();
|
||||
|
||||
if (query.ChannelIds.Length > 0)
|
||||
{
|
||||
@@ -696,7 +696,7 @@ namespace MediaBrowser.Server.Implementations.Channels
|
||||
? null
|
||||
: _userManager.GetUserById(new Guid(query.UserId));
|
||||
|
||||
var channels = _channels;
|
||||
var channels = GetAllChannels();
|
||||
|
||||
if (query.ChannelIds.Length > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user