Added anchors in the player

This commit is contained in:
emeric
2018-08-29 14:10:22 +02:00
parent 95f206a209
commit d51a0465cf
6 changed files with 50 additions and 26 deletions
+5
View File
@@ -19,8 +19,10 @@
#pragma once
#include <Wt/WAnchor.h>
#include <Wt/WJavaScript.h>
#include <Wt/WTemplate.h>
#include <Wt/WText.h>
#include "database/Types.hpp"
@@ -41,6 +43,9 @@ class MediaPlayer : public Wt::WTemplate
private:
Wt::WText* _title;
Wt::WAnchor* _release;
Wt::WAnchor* _artist;
};
} // namespace UserInterface