mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
fix official rating description
This commit is contained in:
parent
fd3c6f7ecc
commit
119c4f1435
4 changed files with 39 additions and 6 deletions
|
|
@ -934,7 +934,13 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
_mediaEncoder._runningProcesses.Remove(this);
|
||||
}
|
||||
|
||||
process.Dispose();
|
||||
try
|
||||
{
|
||||
process.Dispose();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
private bool _disposed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue