mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-04 19:52:24 +00:00
Merge remote-tracking branch 'upstream/master' into register-services-correctly
This commit is contained in:
@@ -470,7 +470,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.LogError(ex, "I-frame image extraction failed, will attempt standard way. Input: {arguments}", inputArgument);
|
||||
_logger.LogError(ex, "I-frame image extraction failed, will attempt standard way. Input: {Arguments}", inputArgument);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -961,7 +961,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
|
||||
public int? ExitCode { get; private set; }
|
||||
|
||||
void OnProcessExited(object sender, EventArgs e)
|
||||
private void OnProcessExited(object sender, EventArgs e)
|
||||
{
|
||||
var process = (Process)sender;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user