Update genres when toggle providers

This commit is contained in:
craig.p.drummond
2013-10-01 18:21:58 +00:00
committed by craig.p.drummond
parent 939e18f4a1
commit 8ee8142d7c

View File

@@ -604,4 +604,5 @@ void OnlineServicesModel::setHiddenProviders(const QSet<QString> &prov)
if (added && collections.count()>1) {
emit needToSort();
}
updateGenres();
}