fix: build issues, refs NOISSUE
This commit is contained in:
parent
081523b510
commit
bc7b16ecb4
@ -57,6 +57,7 @@ userCheckTimer.OnOccurence += async (s, ea) =>
|
|||||||
LdapUserName = string.Empty,
|
LdapUserName = string.Empty,
|
||||||
AssociationInProgress = false,
|
AssociationInProgress = false,
|
||||||
WasChosenForSuggestionThisRound = false,
|
WasChosenForSuggestionThisRound = false,
|
||||||
|
LikedSongs = new List<Song>()
|
||||||
};
|
};
|
||||||
dci.Users?.Add(newUser);
|
dci.Users?.Add(newUser);
|
||||||
needsSaving = true;
|
needsSaving = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user