Change moonlight service to always fetch the changelog

This commit is contained in:
Marcel Baumgartner
2023-06-18 02:37:07 +02:00
parent 1dae5150bd
commit 432e441972

View File

@@ -33,9 +33,6 @@ public class MoonlightService
private async Task FetchChangeLog() private async Task FetchChangeLog()
{ {
if(AppVersion == "unknown")
return;
if (ConfigService.DebugMode) if (ConfigService.DebugMode)
{ {
ChangeLog.Add(new[] ChangeLog.Add(new[]