keep channels db clean

This commit is contained in:
Luke Pulverenti
2015-08-22 13:50:37 -04:00
parent 03e6cfde60
commit fafa879eef
8 changed files with 110 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ using System.Threading.Tasks;
namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
{
public class EmbyTV : ILiveTvService, IHasRegistrationInfo, IDisposable
public class EmbyTV : ILiveTvService/*, IHasRegistrationInfo*/, IDisposable
{
private readonly IApplicationHost _appHpst;
private readonly ILogger _logger;