Formatting
This commit is contained in:
parent
5b003b09ac
commit
c1a815778b
@ -45,8 +45,7 @@
|
|||||||
const int PlaylistParser::kMagicSize = 512;
|
const int PlaylistParser::kMagicSize = 512;
|
||||||
|
|
||||||
PlaylistParser::PlaylistParser(CollectionBackendInterface *collection, QObject *parent)
|
PlaylistParser::PlaylistParser(CollectionBackendInterface *collection, QObject *parent)
|
||||||
: QObject(parent)
|
: QObject(parent) {
|
||||||
{
|
|
||||||
|
|
||||||
default_parser_ = new XSPFParser(collection, this);
|
default_parser_ = new XSPFParser(collection, this);
|
||||||
parsers_ << new M3UParser(collection, this);
|
parsers_ << new M3UParser(collection, this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user