mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-14 01:26:00 +01:00
Formatting
This commit is contained in:
parent
5b003b09ac
commit
c1a815778b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user