fix return

This commit is contained in:
BaronGreenback 2021-01-21 12:43:54 +00:00
parent 7acee4070e
commit df402df908

View File

@ -209,6 +209,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
_ffmpegPath = path;
EncoderLocation = location;
return true;
}
else
{