mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
empty line required by linter
This commit is contained in:
parent
16a449a023
commit
6a7775de6e
1 changed files with 1 additions and 0 deletions
|
@ -458,6 +458,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
{
|
||||
_logger.LogDebug("{ProcessFileName} {ProcessArgs}", process.StartInfo.FileName, process.StartInfo.Arguments);
|
||||
}
|
||||
|
||||
using (var processWrapper = new ProcessWrapper(process, this))
|
||||
{
|
||||
await using var memoryStream = new MemoryStream();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue