Use 'plchangesposid' MPD command to get list of playqueue changes - means

less data needs to be read from MPD per playqueue update.
This commit is contained in:
craig
2012-03-29 15:49:19 +00:00
committed by craig
parent 40c7edd215
commit b60f6ffeb3
14 changed files with 232 additions and 95 deletions

View File

@@ -225,16 +225,6 @@ bool PlayQueueView::isStartClosed() const
return groupedView->isStartClosed();
}
QSet<quint16> PlayQueueView::getControlledAlbums() const
{
return currentWidget()==groupedView ? groupedView->getControlledAlbums() : QSet<quint16>();
}
void PlayQueueView::setControlledAlbums(const QSet<quint16> &keys)
{
groupedView->setControlledAlbums(keys);
}
void PlayQueueView::setFilterActive(bool f)
{
groupedView->setFilterActive(f);