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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user