aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-06 15:04:28 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-06 15:04:28 -0400
commitd22b7817a468be0dce6ab0891c8aaaeef2ea54ee (patch)
treeba7a9b21f7a4fdf2227f2f5d50cdd28ac79966f6
parenta69ca6c55bb7183d247c2c3b25203dbed99fd5d9 (diff)
remove probing for now
-rw-r--r--MediaBrowser.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs2
1 files changed, 1 insertions, 1 deletions
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)
{