remove some usage of ActiveService

This commit is contained in:
Luke Pulverenti
2015-03-12 10:59:08 -04:00
parent 7dc19a8262
commit 028a0a857a
3 changed files with 3 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
public bool IsHidden
{
get { return _liveTvManager.ActiveService == null; }
get { return _liveTvManager.Services.Count == 0; }
}
public bool IsEnabled