aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/LiveTv
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-08-22 13:50:37 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-08-22 13:50:37 -0400
commitfafa879eef6c1fd7590bab78f842cf997251f5ab (patch)
tree229f296354fe3ece249097e6f4a556474182e5ad /MediaBrowser.Server.Implementations/LiveTv
parent03e6cfde601fb92a5d6a6e50028a02a9d9bb66c8 (diff)
keep channels db clean
Diffstat (limited to 'MediaBrowser.Server.Implementations/LiveTv')
-rw-r--r--MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs b/MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
index 9b7e83894..d4b02568a 100644
--- a/MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
+++ b/MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
@@ -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;