Handle multiple connections from the demo user

This commit is contained in:
emeric
2018-08-02 12:45:33 +02:00
parent 1caadcd7c5
commit 5c182f2868
6 changed files with 53 additions and 12 deletions
+1
View File
@@ -66,6 +66,7 @@ class PlayQueue : public Wt::WTemplate
void play(std::size_t pos);
void stop();
boost::optional<Database::IdType> _playlistId;
Wt::WCheckBox* _radioMode;
Wt::WContainerWidget* _entriesContainer;
Wt::WTemplate* _showMore;