This commit is contained in:
e2002
2023-05-20 01:13:57 +03:00
parent b975057b3f
commit c31ed52957
3 changed files with 5 additions and 2 deletions

View File

@@ -226,6 +226,9 @@ Work is in progress...
--- ---
## Version history ## Version history
#### v0.9.201
- fixed a bug when importing a playlist
#### v0.9.200 #### v0.9.200
**!!! a [full update](#update-over-web-interface) with Sketch data upload is required. After updating please press CTRL+F5 in browser !!!** **!!! 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 - implementation of WEB/SD mode switching without reboot

View File

@@ -205,7 +205,7 @@ void NetServer::processQueue(){
config.initSDPlaylist(); config.initSDPlaylist();
} }
if(config.store.play_mode==PM_WEB){ if(config.store.play_mode==PM_WEB){
// config.indexPlaylist(); config.indexPlaylist();
config.initPlaylist(); config.initPlaylist();
} }
getPlaylist(clientId); break; getPlaylist(clientId); break;

View File

@@ -1,7 +1,7 @@
#ifndef options_h #ifndef options_h
#define options_h #define options_h
#define YOVERSION "0.9.200" #define YOVERSION "0.9.201"
/******************************************************* /*******************************************************
DO NOT EDIT THIS FILE. DO NOT EDIT THIS FILE.