Change moonlight service to always fetch the changelog
This commit is contained in:
@@ -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[]
|
||||||
|
|||||||
Reference in New Issue
Block a user