mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix style issues
This commit is contained in:
parent
7152b55747
commit
4113288278
@ -293,7 +293,8 @@ namespace Emby.Server.Implementations.LiveTv.EmbyTV
|
||||
/// </summary>
|
||||
private void OnFfMpegProcessExited(Process process, string inputFile)
|
||||
{
|
||||
using (process) {
|
||||
using (process)
|
||||
{
|
||||
_hasExited = true;
|
||||
|
||||
_logFileStream?.Dispose();
|
||||
|
Loading…
x
Reference in New Issue
Block a user