Formatting
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user