Disable remove favorites from context menu in internetsongsview

This commit is contained in:
Jonas Kvinge
2019-06-19 23:26:15 +02:00
parent 4f2b04bd8f
commit 033300d659
4 changed files with 20 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ InternetSongsView::InternetSongsView(Application *app, InternetService *service,
ui_->setupUi(this);
ui_->stacked->setCurrentWidget(ui_->internetcollection_page);
ui_->view->Init(app_, service_->songs_collection_backend(), service_->songs_collection_model());
ui_->view->Init(app_, service_->songs_collection_backend(), service_->songs_collection_model(), false);
ui_->view->setModel(service_->songs_collection_sort_model());
ui_->view->SetFilter(ui_->filter);
ui_->filter->SetSettingsGroup(settings_group);