This commit is contained in:
e2002
2022-09-05 11:10:54 +03:00
parent b574b4ab8d
commit da238ea42a
24 changed files with 470 additions and 214 deletions

View File

@@ -47,7 +47,6 @@ bool printable(const char *info) {
}
void audio_showstation(const char *info) {
DBGVB("[%s] info = %s", __func__, info);
if (strlen(info) > 0) {
bool p = printable(info);
config.setTitle(p?info:config.station.name);
@@ -56,7 +55,7 @@ void audio_showstation(const char *info) {
}
void audio_showstreamtitle(const char *info) {
DBGVB("[%s] info = %s", __func__, info);
DBGH();
if (strstr(info, "Account already in use") != NULL){
config.setTitle(info);
netserver.requestOnChange(TITLE, 0);