For consistency with library model, only add songs that pass filtering
This commit is contained in:
committed by
Craig Drummond
parent
1879700dc6
commit
fe4bcfca61
@@ -209,7 +209,7 @@ QList<Song> DevicesPage::selectedSongs(bool allowPlaylists) const
|
||||
}
|
||||
}
|
||||
|
||||
return DevicesModel::self()->songs(proxy.mapToSource(selected, proxy.enabled() && Settings::self()->filteredOnly()));
|
||||
return DevicesModel::self()->songs(proxy.mapToSource(selected));
|
||||
}
|
||||
|
||||
void DevicesPage::addSelectionToPlaylist(const QString &name, bool replace, quint8 priorty)
|
||||
|
||||
Reference in New Issue
Block a user