v0.9.201
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user