Now reloading the playqueue at startup, better styling the show more button
This commit is contained in:
@@ -534,6 +534,12 @@ static std::string msgTypeToString(MsgType type)
|
||||
return "";
|
||||
}
|
||||
|
||||
void
|
||||
LmsApplication::post(std::function<void()> func)
|
||||
{
|
||||
Wt::WServer::instance()->post(LmsApp->sessionId(), func);
|
||||
}
|
||||
|
||||
void
|
||||
LmsApplication::notifyMsg(MsgType type, const Wt::WString& message, std::chrono::milliseconds duration)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user