Throw InvalidOperationException when attachment extraction exits abnormally or doesn't produce output.

pull/1838/head
Andrew Mahone 5 years ago
parent 7ea05bb86b
commit dee247453e

@ -250,7 +250,7 @@ namespace MediaBrowser.MediaEncoding.Attachments
_logger.LogError(msg);
throw new Exception(msg);
throw new InvalidOperationException(msg);
}
else
{

Loading…
Cancel
Save