Use same format for notifications as for now playing widget.
Closes #1222
This commit is contained in:
committed by
Craig Drummond
parent
c40f6a5691
commit
f736b6fb67
@@ -40,7 +40,7 @@ void OnlineView::update(const Song &song, bool force)
|
||||
needToUpdate=true;
|
||||
return;
|
||||
}
|
||||
setHeader(song.describe(true));
|
||||
setHeader(song.describe());
|
||||
Covers::Image cImg=Covers::self()->requestImage(song, true);
|
||||
if (!cImg.img.isNull()) {
|
||||
setHtml(createPicTag(cImg.img, cImg.fileName));
|
||||
|
||||
Reference in New Issue
Block a user