- Group cd tracks under 'Audio CD' in grouped view.
- Add isCdda() to Song
This commit is contained in:
committed by
craig.p.drummond
parent
5415c2cc7a
commit
a70e3ffe95
@@ -211,7 +211,7 @@ Song HttpServer::decodeUrl(const QUrl &url) const
|
||||
}
|
||||
s.file=url.path();
|
||||
#if defined CDDB_FOUND || defined MUSICBRAINZ5_FOUND
|
||||
if (s.file.startsWith("/cdda:/")) {
|
||||
if (s.file.startsWith(QChar('/')+Song::constCddaProtocol)) {
|
||||
s.file=s.file.mid(1);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user