diff --git a/README.md b/README.md index 8c0e3af..9eeb011 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,12 @@ Work is in progress... --- ## Version history +#### v0.6.380 +**!!! a [full update](#update-over-web-interface) with Sketch data upload is required. After updating please press CTRL+F5 in browser !!!** +- fixed a bug when saving a playlist with special characters in the name and url +- fixed a bug when saving wifi settings with special characters in the name and password +- fixed css bugs + #### v0.6.357 - remove ZERO WIDTH NO-BREAK SPACE (BOM, ZWNBSP) from stream title diff --git a/yoRadio/audiohandlers.ino b/yoRadio/audiohandlers.ino index eac008f..a59c18d 100644 --- a/yoRadio/audiohandlers.ino +++ b/yoRadio/audiohandlers.ino @@ -2,7 +2,10 @@ void audio_info(const char *info) { if(config.store.audioinfo) telnet.printf("##AUDIO.INFO#: %s\n", info); if (strstr(info, "failed!") != NULL || strstr(info, " 404") != NULL) { config.setTitle("[request failed]"); - //config.setTitle(info); + netserver.requestOnChange(TITLE, 0); + player.setOutputPins(false); + player.setDefaults(); + if (player_on_stop_play) player_on_stop_play(); player.mode = STOPPED; player.stopInfo(); } diff --git a/yoRadio/data/www/index.html b/yoRadio/data/www/index.html index 9819375..a2df871 100644 --- a/yoRadio/data/www/index.html +++ b/yoRadio/data/www/index.html @@ -71,7 +71,7 @@

WiFi Settings

-
+