mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 06:48:35 +01:00
Remove FireEventIfNotNull
It's a pretty useless "helper" class
This commit is contained in:
@@ -133,7 +133,7 @@ namespace Emby.Server.Implementations.IO
|
||||
Logger.LogDebug("Timer stopped.");
|
||||
|
||||
DisposeTimer();
|
||||
EventHelper.FireEventIfNotNull(Completed, this, EventArgs.Empty, Logger);
|
||||
Completed?.Invoke(this, EventArgs.Empty);
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user