aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-12 10:59:08 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-12 10:59:08 -0400
commit028a0a857ab6d7f42544e2ae3a3f79f5632844fc (patch)
tree4a8bb3e7fe99f6795645e916a32ce40601cf31d2 /MediaBrowser.Controller
parent7dc19a826259f3936abf7319908156dc3dbde36a (diff)
remove some usage of ActiveService
Diffstat (limited to 'MediaBrowser.Controller')
-rw-r--r--MediaBrowser.Controller/LiveTv/ILiveTvManager.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs
index fcd973ec2..9b36454d2 100644
--- a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs
+++ b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs
@@ -15,12 +15,6 @@ namespace MediaBrowser.Controller.LiveTv
public interface ILiveTvManager
{
/// <summary>
- /// Gets the active service.
- /// </summary>
- /// <value>The active service.</value>
- ILiveTvService ActiveService { get; }
-
- /// <summary>
/// Gets the services.
/// </summary>
/// <value>The services.</value>