add dlna channel factory

This commit is contained in:
Luke Pulverenti
2014-07-17 20:39:07 -04:00
parent 06118307dd
commit 97c5b468a0
10 changed files with 98 additions and 41 deletions

View File

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