Removed preset cycle

This commit is contained in:
cschwinne
2021-06-30 01:48:38 +02:00
parent 599a456c81
commit 200960899e
11 changed files with 31 additions and 126 deletions

View File

@@ -61,7 +61,7 @@ void XML_response(AsyncWebServerRequest *request, char* dest)
oappend(SET_F("</ws><ps>"));
oappendi((currentPreset < 1) ? 0:currentPreset);
oappend(SET_F("</ps><cy>"));
oappendi(presetCyclingEnabled);
oappendi(currentPlaylist > 0);
oappend(SET_F("</cy><ds>"));
oappend(serverDescription);
if (realtimeMode)