update home sections

This commit is contained in:
Luke Pulverenti
2017-04-06 16:07:25 -04:00
parent fd71890247
commit ccb694a89a
6 changed files with 10 additions and 13 deletions

View File

@@ -227,11 +227,6 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
throw new LiveTvConflictException();
}
protected virtual bool EnableMediaProbing
{
get { return false; }
}
protected async Task<bool> IsAvailable(TunerHostInfo tuner, string channelId, CancellationToken cancellationToken)
{
try