diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-12 10:59:08 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-12 10:59:08 -0400 |
| commit | 028a0a857ab6d7f42544e2ae3a3f79f5632844fc (patch) | |
| tree | 4a8bb3e7fe99f6795645e916a32ce40601cf31d2 /MediaBrowser.Controller | |
| parent | 7dc19a826259f3936abf7319908156dc3dbde36a (diff) | |
remove some usage of ActiveService
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/ILiveTvManager.cs | 6 |
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> |
