pl_text_size_019

This commit is contained in:
e2002
2023-03-08 20:36:12 +03:00
parent 9c1bf08ecc
commit 43265ee86f
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ void audio_info(const char *info) {
config.setTitle(config.station.name);
netserver.requestOnChange(TITLE, 0);
}
if (strstr(info, "failed!") != NULL || strstr(info, " 404") != NULL || strstr(info, " 403") != NULL || strstr(info, "address is empty") != NULL) player.stop(info);
if (strstr(info, "failed!") != NULL || strstr(info, "address is empty") != NULL) player.stop(info);
if (strstr(info, "not supported") != NULL || strstr(info, "Account already in use") != NULL || strstr(info, "HTTP/1.0 401") != NULL) player.stop(info);
char* ici; char b[20]={0};
if ((ici = strstr(info, "BitRate: ")) != NULL) {