mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-20 18:18:03 +00:00
live tv updates
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user