mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-18 20:40:43 +01:00
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);
|
||||
}
|
||||
cdio_destroy(cdio);
|
||||
return QString();
|
||||
return QString("CD (") + id + ")";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user