Add support for Monkey's Audio

This commit is contained in:
Jonas Kvinge
2019-01-06 00:32:58 +01:00
parent e4159dd7c2
commit a11f43520e
7 changed files with 17 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ CueParser::CueParser(CollectionBackendInterface *collection, QObject *parent)
: ParserBase(collection, parent) {}
SongList CueParser::Load(QIODevice *device, const QString &playlist_path, const QDir &dir) const {
SongList ret;
QTextStream text_stream(device);