feat: add Navidrome song validator, refs #5
This commit is contained in:
@@ -128,10 +128,10 @@ public class SongSubmissionModel : PageModel
|
||||
Url = suggestion.Song.Url,
|
||||
Base64Image = imageBuilder.ToString(),
|
||||
};
|
||||
await signalIntegration.SendMessageToGroupAsync($"**{displayName}**'s " + dateString + $" is: \n\n {suggestion.Song.Url}", previewData);
|
||||
await signalIntegration.SendMessageToGroupAsync($"**{displayName}**'s " + dateString + $" is: \n\n{suggestion.Song.Url}", previewData);
|
||||
if (suggestion.HasUsedSuggestion)
|
||||
{
|
||||
await signalIntegration.SendMessageToGroupAsync($"The suggestion used for this pick was: \n\n **{suggestion.SuggestionHelper.Title}**'s \n\n {suggestion.SuggestionHelper.Description}");
|
||||
await signalIntegration.SendMessageToGroupAsync($"The suggestion used for this pick was: \n\n**{suggestion.SuggestionHelper.Title}** \n\n{suggestion.SuggestionHelper.Description}");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user