Now really display artist/release names as plain text
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user