mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Enable more warnings as errors (#11288)
This commit is contained in:
@@ -159,10 +159,7 @@ namespace Emby.Server.Implementations.Session
|
||||
|
||||
private void CheckDisposed()
|
||||
{
|
||||
if (_disposed)
|
||||
{
|
||||
throw new ObjectDisposedException(GetType().Name);
|
||||
}
|
||||
ObjectDisposedException.ThrowIf(_disposed, this);
|
||||
}
|
||||
|
||||
private void OnSessionStarted(SessionInfo info)
|
||||
|
||||
Reference in New Issue
Block a user