mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
live tv updates
This commit is contained in:
parent
e4f5a3f005
commit
fdca3bd9c4
10 changed files with 80 additions and 100 deletions
|
|
@ -249,11 +249,7 @@ namespace MediaBrowser.Server.Implementations.MediaEncoder
|
|||
{
|
||||
process.Kill();
|
||||
}
|
||||
catch (InvalidOperationException ex1)
|
||||
{
|
||||
_logger.ErrorException("Error killing ffprobe", ex1);
|
||||
}
|
||||
catch (Win32Exception ex1)
|
||||
catch (Exception ex1)
|
||||
{
|
||||
_logger.ErrorException("Error killing ffprobe", ex1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue