mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 13:21:19 +00:00
Throw InvalidOperationException when attachment extraction exits abnormally or doesn't produce output.
This commit is contained in:
parent
7ea05bb86b
commit
dee247453e
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ namespace MediaBrowser.MediaEncoding.Attachments
|
|||
|
||||
_logger.LogError(msg);
|
||||
|
||||
throw new Exception(msg);
|
||||
throw new InvalidOperationException(msg);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue