This commit is contained in:
e2002
2023-05-20 01:13:57 +03:00
parent b975057b3f
commit c31ed52957
3 changed files with 5 additions and 2 deletions

View File

@@ -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;

View File

@@ -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.