Remove useless return statement which prevents using the 'friendly name' (even if we're supposed to rarely go here)
This commit is contained in:
parent
1a4aa8f641
commit
3b6af2298d
@ -77,7 +77,6 @@ QString CddaLister::MakeFriendlyName(const QString& id) {
|
|||||||
return QString(cd_info.psz_model);
|
return QString(cd_info.psz_model);
|
||||||
}
|
}
|
||||||
cdio_destroy(cdio);
|
cdio_destroy(cdio);
|
||||||
return QString();
|
|
||||||
return QString("CD (") + id + ")";
|
return QString("CD (") + id + ")";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user