mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-03 07:16:31 +01:00
Fix style issues
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user