Compare commits
5 Commits
1.12.3
...
1.12.2.9-D
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eeafe1d3d7 | ||
|
|
cdf34c82bd | ||
|
|
6f2213171c | ||
|
|
da47d3be01 | ||
|
|
6e129f6a1d |
@@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Authors></Authors>
|
<Authors></Authors>
|
||||||
<Company></Company>
|
<Company></Company>
|
||||||
<Version>1.12.3</Version>
|
<Version>1.12.2.9</Version>
|
||||||
<Description></Description>
|
<Description></Description>
|
||||||
<Copyright></Copyright>
|
<Copyright></Copyright>
|
||||||
<PackageProjectUrl>https://github.com/Light-Public-Syncshells/LightlessClient</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/Light-Public-Syncshells/LightlessClient</PackageProjectUrl>
|
||||||
|
|||||||
@@ -145,6 +145,10 @@ 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