Formatting

This commit is contained in:
Jonas Kvinge
2021-07-10 21:52:21 +02:00
parent 5b003b09ac
commit c1a815778b

View File

@@ -45,8 +45,7 @@
const int PlaylistParser::kMagicSize = 512;
PlaylistParser::PlaylistParser(CollectionBackendInterface *collection, QObject *parent)
: QObject(parent)
{
: QObject(parent) {
default_parser_ = new XSPFParser(collection, this);
parsers_ << new M3UParser(collection, this);