Reload folder mappings after modifying a mapping.

This commit is contained in:
2019-11-17 14:26:23 +01:00
parent 1b5d239c34
commit 061a321fd4
4 changed files with 106 additions and 64 deletions

View File

@ -57,4 +57,5 @@ public:
String json();
bool process_message(String m);
void queue_command(String cmd);
void update_playlist_manager();
};