forked from qt-creator/qt-creator
Marketplace: Disable videos from marketplace
They are no real products. Change-Id: I534a1be922a9f0aa8e603ebbcb1bc01357c16bdd Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -106,7 +106,7 @@ void ProductListModel::onFetchCollectionsFinished(QNetworkReply *reply)
|
||||
const auto handle = obj.value("handle").toString();
|
||||
const int productsCount = obj.value("products_count").toInt();
|
||||
|
||||
if (productsCount > 0 && handle != "all-products")
|
||||
if (productsCount > 0 && handle != "all-products" && handle != "qt-education-1")
|
||||
m_pendingCollections.append(handle);
|
||||
}
|
||||
if (!m_pendingCollections.isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user