mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 00:55:13 +01:00
fix formatting for build process
This commit is contained in:
@@ -1873,7 +1873,7 @@ namespace Emby.Server.Implementations.Session
|
||||
_idleTimer = null;
|
||||
}
|
||||
|
||||
if(_inactiveTimer is not null)
|
||||
if (_inactiveTimer is not null)
|
||||
{
|
||||
await _inactiveTimer.DisposeAsync().ConfigureAwait(false);
|
||||
_inactiveTimer = null;
|
||||
|
||||
Reference in New Issue
Block a user