mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Adjust server feature naming convention
This commit is contained in:
parent
a9315be259
commit
a7a5b92011
6 changed files with 14 additions and 12 deletions
|
|
@ -404,7 +404,7 @@ const getServerInfo = async (args: ServerInfoArgs): Promise<ServerInfo> => {
|
|||
}
|
||||
|
||||
if (subsonicFeatures[SubsonicExtensions.SONG_LYRICS]) {
|
||||
features.multipleStructuredLyrics = true;
|
||||
features.lyricsMultipleStructured = true;
|
||||
}
|
||||
|
||||
return { features, id: apiClientProps.server?.id, version: ping.body.serverVersion };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue