Enable loading playlists from filesystem
This commit is contained in:
parent
6af763a954
commit
5b5600aadd
5 changed files with 53 additions and 3 deletions
|
@ -42,6 +42,7 @@ class XCollection : public QObject
|
|||
bool addIdlist (QString name);
|
||||
bool playlistAddUrl (QUrl url, QString plsname = "");
|
||||
bool playlistClear (QString name = "");
|
||||
bool addPlsFile (QUrl url);
|
||||
|
||||
signals:
|
||||
void collectionModified (QString collection, QString ns, int type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue