diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-19 02:51:07 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-19 02:51:07 -0500 |
| commit | ffb1ec76a785cdd2aef8ccbe8125a1f765559b15 (patch) | |
| tree | c5e3ece09664e3b3d3f641ccc870c54524c5e3fd /MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs | |
| parent | 65a1ef020b205b1676bd7dd70e7261a1fa29b7a2 (diff) | |
update components
Diffstat (limited to 'MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs')
| -rw-r--r-- | MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs b/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs index 1b8b3feec..b37e783b8 100644 --- a/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs +++ b/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs @@ -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>(); |
