removed wrong ondisconnect notification
This commit is contained in:
@@ -145,10 +145,6 @@ public class BroadcastService : IHostedService, IMediatorSubscriber
|
|||||||
ApplyBroadcastDisabled(forcePublish: true);
|
ApplyBroadcastDisabled(forcePublish: true);
|
||||||
_logger.LogDebug("Cleared Lightfinder state due to disconnect.");
|
_logger.LogDebug("Cleared Lightfinder state due to disconnect.");
|
||||||
|
|
||||||
_mediator.Publish(new NotificationMessage(
|
|
||||||
"Disconnected from Server",
|
|
||||||
"Your Lightfinder broadcast has been disabled due to disconnection.",
|
|
||||||
NotificationType.Warning));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public Task StartAsync(CancellationToken cancellationToken)
|
public Task StartAsync(CancellationToken cancellationToken)
|
||||||
|
|||||||
Reference in New Issue
Block a user