remove probing for now

pull/702/head
Luke Pulverenti 8 years ago
parent a69ca6c55b
commit d22b7817a4

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

Loading…
Cancel
Save