From d22b7817a468be0dce6ab0891c8aaaeef2ea54ee Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 6 Oct 2016 15:04:28 -0400 Subject: remove probing for now --- MediaBrowser.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Server.Implementations/LiveTv') diff --git a/MediaBrowser.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs b/MediaBrowser.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs index 1ca664ee2..d77d0f33e 100644 --- a/MediaBrowser.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs +++ b/MediaBrowser.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs @@ -139,7 +139,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv try { - await AddMediaInfoInternal(stream, isAudio, cancellationToken).ConfigureAwait(false); + await AddMediaInfo(stream, isAudio, cancellationToken).ConfigureAwait(false); } catch (Exception ex) { -- cgit v1.2.3