mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fix formatting for build process
This commit is contained in:
parent
db5c2f738e
commit
994619afb2
@ -1873,7 +1873,7 @@ namespace Emby.Server.Implementations.Session
|
|||||||
_idleTimer = null;
|
_idleTimer = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(_inactiveTimer is not null)
|
if (_inactiveTimer is not null)
|
||||||
{
|
{
|
||||||
await _inactiveTimer.DisposeAsync().ConfigureAwait(false);
|
await _inactiveTimer.DisposeAsync().ConfigureAwait(false);
|
||||||
_inactiveTimer = null;
|
_inactiveTimer = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user