diff options
| author | Arno <arno@disconnect.de> | 2017-05-02 12:53:58 +0200 |
|---|---|---|
| committer | Arno <arno@disconnect.de> | 2017-05-02 12:53:58 +0200 |
| commit | 8264985db448b16c5f6e6cbe3c3296c631d8e93d (patch) | |
| tree | 77d5516e693a4da00c495d6da3ab17c3af00e1a1 /indexerwidget.h | |
| parent | 2cda7e844709ed533f2ac146fd7a608f5e41f709 (diff) | |
| download | BeetPlayer-8264985db448b16c5f6e6cbe3c3296c631d8e93d.tar.gz BeetPlayer-8264985db448b16c5f6e6cbe3c3296c631d8e93d.tar.bz2 BeetPlayer-8264985db448b16c5f6e6cbe3c3296c631d8e93d.zip | |
Add creation date of directory to db
This is in preparation for a new view to show albums in the order they
were added.
Diffstat (limited to 'indexerwidget.h')
| -rw-r--r-- | indexerwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indexerwidget.h b/indexerwidget.h index 7b907f5..cd3621c 100644 --- a/indexerwidget.h +++ b/indexerwidget.h @@ -51,7 +51,7 @@ class BeetReader : public QThread { void clearAll(); int doArtist(QString name); int doGenre(QString name); - int doAlbum(QString name, int year); + int doAlbum(QString name, int year, QDateTime created); void doSong(QString title, int pos, int album, int genre, int artist, QString fullpath, int length); QMutex mCancelMx; bool mCanceled; |
