diff --git a/yoRadio/src/core/options.h b/yoRadio/src/core/options.h index 2bfa9e4..1def7c4 100644 --- a/yoRadio/src/core/options.h +++ b/yoRadio/src/core/options.h @@ -1,7 +1,7 @@ #ifndef options_h #define options_h -#define YOVERSION "0.9.018" +#define YOVERSION "0.9.019" /******************************************************* DO NOT EDIT THIS FILE. diff --git a/yoRadio/yoRadio.ino b/yoRadio/yoRadio.ino index 1fc7277..03d38d8 100644 --- a/yoRadio/yoRadio.ino +++ b/yoRadio/yoRadio.ino @@ -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) {