mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
update project targets
This commit is contained in:
parent
f676ea6315
commit
3094cd7ff3
29 changed files with 12206 additions and 307 deletions
|
|
@ -217,7 +217,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
}
|
||||
try
|
||||
{
|
||||
job.TaskCompletionSource.TrySetException(new ApplicationException("Encoding failed"));
|
||||
job.TaskCompletionSource.TrySetException(new Exception("Encoding failed"));
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue