Implementing a repeat all funtion in the playqueue

This commit is contained in:
emeric
2018-09-18 13:33:30 +02:00
parent 1d55e82e92
commit d8db92561b
5 changed files with 62 additions and 28 deletions
+2 -1
View File
@@ -67,8 +67,9 @@ class PlayQueue : public Wt::WTemplate
void load(std::size_t pos, bool play);
void stop();
bool _repeatAll = false;
bool _radioMode = false;
boost::optional<Database::IdType> _tracklistId;
Wt::WCheckBox* _radioMode;
Wt::WContainerWidget* _entriesContainer;
Wt::WPushButton* _showMore;
Wt::WText* _nbTracks;