mirror of https://github.com/e2002/yoradio.git
v0.9.201
This commit is contained in:
parent
b975057b3f
commit
c31ed52957
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue