Skip to content

Commit

Permalink
v0.9.201
Browse files Browse the repository at this point in the history
  • Loading branch information
e2002 committed May 19, 2023
1 parent b975057 commit c31ed52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion yoRadio/src/core/netserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion yoRadio/src/core/options.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit c31ed52

Please sign in to comment.