update recording scheduler

This commit is contained in:
Luke Pulverenti
2015-07-28 23:42:03 -04:00
parent a83d6322e1
commit 4d7f983618
11 changed files with 94 additions and 40 deletions

View File

@@ -12,7 +12,7 @@ using System.Threading.Tasks;
namespace MediaBrowser.Server.Implementations.Channels
{
public class ChannelPostScanTask : ILibraryPostScanTask
public class ChannelPostScanTask
{
private readonly IChannelManager _channelManager;
private readonly IUserManager _userManager;