enable lyrics access for legacy clients

- allow legacy clients to get lyrics if they are available on the server side
This commit is contained in:
amd64fox
2024-08-07 20:16:55 +03:00
parent b8f6a35b97
commit 881b92f5f2
2 changed files with 11 additions and 0 deletions
+3
View File
@@ -1308,6 +1308,9 @@ function Helper($paramname) {
if (!($lyrics_block)) { Remove-Json -j $VarJs -p "lyrics-block" }
else {
Remove-Json -j $VarJs -p "lyrics-on"
}
if (!($devtools)) { Remove-Json -j $VarJs -p "dev-tools" }