From bc7b16ecb44610a95bddebe4f0ca969c25523402 Mon Sep 17 00:00:00 2001 From: Simon Diesenreiter Date: Sun, 20 Jul 2025 03:26:17 +0200 Subject: [PATCH] fix: build issues, refs NOISSUE --- song_of_the_day/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/song_of_the_day/Program.cs b/song_of_the_day/Program.cs index 4e0bd7e..76ba924 100644 --- a/song_of_the_day/Program.cs +++ b/song_of_the_day/Program.cs @@ -57,6 +57,7 @@ userCheckTimer.OnOccurence += async (s, ea) => LdapUserName = string.Empty, AssociationInProgress = false, WasChosenForSuggestionThisRound = false, + LikedSongs = new List() }; dci.Users?.Add(newUser); needsSaving = true;