fixing #1925
This commit is contained in:
parent
d3d817050d
commit
13a6ae0f01
|
@ -179,8 +179,10 @@ NowPlaying :: setPlayable(Ptr<Playable>::Ref playable) throw ()
|
|||
" Bold 12'>");
|
||||
infoString->append(Glib::Markup::escape_text(*creator));
|
||||
infoString->append("</span>");
|
||||
creatorLabel->set_markup(*infoString);
|
||||
} else {
|
||||
infoString->assign("");
|
||||
}
|
||||
creatorLabel->set_markup(*infoString);
|
||||
|
||||
audioLength = playable->getPlaylength();
|
||||
resetRemainsTimeState();
|
||||
|
|
Loading…
Reference in New Issue