mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-04 16:01:55 +00:00
fix movie db find by external id
This commit is contained in:
parent
5babf40023
commit
ef41f919a6
2 changed files with 2 additions and 5 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue