fix: build issues, refs NOISSUE

This commit is contained in:
simon 2025-07-20 03:26:17 +02:00
parent 081523b510
commit bc7b16ecb4

View File

@ -57,6 +57,7 @@ userCheckTimer.OnOccurence += async (s, ea) =>
LdapUserName = string.Empty,
AssociationInProgress = false,
WasChosenForSuggestionThisRound = false,
LikedSongs = new List<Song>()
};
dci.Users?.Add(newUser);
needsSaving = true;