[UI] Updated the mobile audio footer

This commit is contained in:
emeric
2015-06-05 11:20:36 +02:00
parent 5dfff28867
commit 24298960dd
5 changed files with 52 additions and 18 deletions
@@ -45,12 +45,15 @@ class AudioMediaPlayer : public Wt::WContainerWidget
private:
Database::Handler& _db;
CoverResource* _coverResource;
Wt::WMediaPlayer* _player;
Wt::WMediaPlayer::Encoding _encoding;
Wt::WImage* _cover;
Wt::WText* _track;
Wt::WText* _artistRelease;
};