...oops!
This commit is contained in:
committed by
Craig Drummond
parent
13632e8c62
commit
e7351dcf6f
@@ -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+=", ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user