mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
Minor improvements
This commit is contained in:
parent
b76f570583
commit
a73e1f18b6
4 changed files with 7 additions and 8 deletions
|
|
@ -478,7 +478,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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -969,7 +969,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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue