Now really display artist/release names as plain text

This commit is contained in:
emeric
2018-03-27 23:06:51 +02:00
parent 6e8737aabb
commit 3aa006c921
8 changed files with 34 additions and 39 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ class LmsApplication : public Wt::WApplication
void quit();
void notify(const Wt::WString& message);
static Wt::WAnchor* createArtistAnchor(Database::id_type id);
static Wt::WAnchor* createReleaseAnchor(Database::id_type id);
static Wt::WAnchor* createArtistAnchor(Database::Artist::pointer artist, bool addText = true);
static Wt::WAnchor* createReleaseAnchor(Database::Release::pointer release, bool addText = true);
private: