pl_text_size_019
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#ifndef options_h
|
#ifndef options_h
|
||||||
#define options_h
|
#define options_h
|
||||||
|
|
||||||
#define YOVERSION "0.9.018"
|
#define YOVERSION "0.9.019"
|
||||||
|
|
||||||
/*******************************************************
|
/*******************************************************
|
||||||
DO NOT EDIT THIS FILE.
|
DO NOT EDIT THIS FILE.
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ void audio_info(const char *info) {
|
|||||||
config.setTitle(config.station.name);
|
config.setTitle(config.station.name);
|
||||||
netserver.requestOnChange(TITLE, 0);
|
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);
|
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};
|
char* ici; char b[20]={0};
|
||||||
if ((ici = strstr(info, "BitRate: ")) != NULL) {
|
if ((ici = strstr(info, "BitRate: ")) != NULL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user