From c31ed52957e245b8c0528a1870dd7e380672baad Mon Sep 17 00:00:00 2001 From: e2002 Date: Sat, 20 May 2023 01:13:57 +0300 Subject: [PATCH] v0.9.201 --- README.md | 3 +++ yoRadio/src/core/netserver.cpp | 2 +- yoRadio/src/core/options.h | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af00e74..97a65d7 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,9 @@ Work is in progress... --- ## Version history +#### v0.9.201 +- fixed a bug when importing a playlist + #### v0.9.200 **!!! a [full update](#update-over-web-interface) with Sketch data upload is required. After updating please press CTRL+F5 in browser !!!** - implementation of WEB/SD mode switching without reboot diff --git a/yoRadio/src/core/netserver.cpp b/yoRadio/src/core/netserver.cpp index dc195ac..170b6e7 100644 --- a/yoRadio/src/core/netserver.cpp +++ b/yoRadio/src/core/netserver.cpp @@ -205,7 +205,7 @@ void NetServer::processQueue(){ config.initSDPlaylist(); } if(config.store.play_mode==PM_WEB){ - // config.indexPlaylist(); + config.indexPlaylist(); config.initPlaylist(); } getPlaylist(clientId); break; diff --git a/yoRadio/src/core/options.h b/yoRadio/src/core/options.h index 67cdeda..4a5853a 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.200" +#define YOVERSION "0.9.201" /******************************************************* DO NOT EDIT THIS FILE.