Merge pull request #2212 from MediaBrowser/dev

remove probing for now
This commit is contained in:
Luke
2016-10-06 15:04:56 -04:00
committed by GitHub

View File

@@ -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)
{