mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
update components
This commit is contained in:
parent
65a1ef020b
commit
ffb1ec76a7
10 changed files with 44 additions and 17 deletions
|
|
@ -81,8 +81,9 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
{
|
||||
output = GetProcessOutput(encoderAppPath, "-decoders");
|
||||
}
|
||||
catch
|
||||
catch (Exception )
|
||||
{
|
||||
//_logger.ErrorException("Error detecting available decoders", ex);
|
||||
}
|
||||
|
||||
var found = new List<string>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue