File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 11#ifndef options_h
22#define options_h
33
4- #define YOVERSION "0.9.200 "
4+ #define YOVERSION "0.9.201 "
55
66/*******************************************************
77DO NOT EDIT THIS FILE.
You can’t perform that action at this time.
0 commit comments