fix movie db find by external id

This commit is contained in:
Luke Pulverenti
2017-05-08 14:07:42 -04:00
parent 5babf40023
commit ef41f919a6
2 changed files with 2 additions and 5 deletions

View File

@@ -50,10 +50,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
return false;
}
if (logOutput)
{
_logger.Info("ffmpeg info: {0}", output);
}
_logger.Info("ffmpeg info: {0}", output);
if (output.IndexOf("Libav developers", StringComparison.OrdinalIgnoreCase) != -1)
{