Fix crash in sync dialog

This commit is contained in:
craig.p.drummond
2013-03-19 19:27:28 +00:00
parent caa6e68408
commit 02bf1caa08
3 changed files with 14 additions and 11 deletions

View File

@@ -40,7 +40,7 @@ SyncCollectionWidget::SyncCollectionWidget(QWidget *parent, const QString &title
button->setText(action);
button->setEnabled(false);
model=new MusicLibraryModel(this);
model=new MusicLibraryModel(this, false);
proxy=new MusicLibraryProxyModel(this);
model->setUseAlbumImages(showCovers);
proxy->setSourceModel(model);