fix: build issues, refs NOISSUE
This commit is contained in:
		@@ -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;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user