Adjust server feature naming convention

This commit is contained in:
jeffvli 2024-03-05 14:12:37 -08:00
parent a9315be259
commit a7a5b92011
6 changed files with 14 additions and 12 deletions

View file

@ -961,7 +961,7 @@ const getServerInfo = async (args: ServerInfoArgs): Promise<ServerInfo> => {
}
const features: ServerFeatures = {
singleStructuredLyric: true,
lyricsSingleStructured: true,
};
return {