From 43265ee86ffd916dc12146f4a33c58f882e72895 Mon Sep 17 00:00:00 2001 From: e2002 Date: Wed, 8 Mar 2023 20:36:12 +0300 Subject: [PATCH] pl_text_size_019 --- yoRadio/src/core/options.h | 2 +- yoRadio/yoRadio.ino | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {