- 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
@@ -255,7 +255,7 @@ void HttpSocket::readClient()
|
||||
|
||||
if (q.hasQueryItem("cantata")) {
|
||||
Song song=HttpServer::self()->decodeUrl(url);
|
||||
if (song.file.startsWith(QLatin1String("cdda:/"))) {
|
||||
if (song.isCdda()) {
|
||||
#if defined CDDB_FOUND || defined MUSICBRAINZ5_FOUND
|
||||
QStringList parts=song.file.split("/", QString::SkipEmptyParts);
|
||||
if (parts.length()>=3) {
|
||||
|
||||
Reference in New Issue
Block a user