Remove AudioCD tracks from playqueue when device removed

This commit is contained in:
Craig Drummond
2015-08-18 23:45:03 +01:00
parent 673716921e
commit 6fdae108b8
5 changed files with 2 additions and 5 deletions

View File

@@ -227,7 +227,6 @@ PlayQueueModel::PlayQueueModel(QObject *parent)
connect(MPDConnection::self(), SIGNAL(rating(QString,quint8)), SLOT(ratingResult(QString,quint8)));
connect(MPDConnection::self(), SIGNAL(stickerDbChanged()), SLOT(stickerDbChanged()));
#ifdef ENABLE_DEVICES_SUPPORT //TODO: Problems here with devices support!!!
connect(DevicesModel::self(), SIGNAL(invalid(QList<Song>)), SLOT(remove(QList<Song>)));
connect(DevicesModel::self(), SIGNAL(updatedDetails(QList<Song>)), SLOT(updateDetails(QList<Song>)));
#endif
#if defined ENABLE_MODEL_TEST