1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-14 09:44:51 +01:00

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);