remove tuner host enabled property

This commit is contained in:
Luke Pulverenti
2017-03-13 00:56:41 -04:00
parent f05dc08c06
commit 2ff7608b7a
6 changed files with 5 additions and 13 deletions

View File

@@ -62,7 +62,7 @@ namespace Emby.Server.Implementations.LiveTv
public bool IsHidden
{
get { return _liveTvManager.Services.Count == 1 && GetConfiguration().TunerHosts.Count(i => i.IsEnabled) == 0; }
get { return _liveTvManager.Services.Count == 1 && GetConfiguration().TunerHosts.Count == 0; }
}
public bool IsEnabled