Skip to content

Commit c31ed52

Browse files
committed
v0.9.201
1 parent b975057 commit c31ed52

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,9 @@ Work is in progress...
226226

227227
---
228228
## Version history
229+
#### v0.9.201
230+
- fixed a bug when importing a playlist
231+
229232
#### v0.9.200
230233
**!!! a [full update](#update-over-web-interface) with Sketch data upload is required. After updating please press CTRL+F5 in browser !!!**
231234
- implementation of WEB/SD mode switching without reboot

yoRadio/src/core/netserver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ void NetServer::processQueue(){
205205
config.initSDPlaylist();
206206
}
207207
if(config.store.play_mode==PM_WEB){
208-
// config.indexPlaylist();
208+
config.indexPlaylist();
209209
config.initPlaylist();
210210
}
211211
getPlaylist(clientId); break;

yoRadio/src/core/options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef options_h
22
#define options_h
33

4-
#define YOVERSION "0.9.200"
4+
#define YOVERSION "0.9.201"
55

66
/*******************************************************
77
DO NOT EDIT THIS FILE.

0 commit comments

Comments
 (0)