This commit is contained in:
Craig Drummond
2019-05-17 08:03:02 +01:00
committed by Craig Drummond
parent 13632e8c62
commit e7351dcf6f

View File

@@ -475,7 +475,7 @@ void NowPlayingWidget::updateInfo()
if (pos>1) {
QString ext = currentSongFile.mid(pos+1).toUpper();
if (ext.length>2 && ext.length()<5) {
if (ext.length()>2 && ext.length()<5) {
if (!info.isEmpty()) {
info+=", ";
}