mirror of
https://abf.rosa.ru/djam/clementine.git
synced 2025-02-24 15:33:02 +00:00
LOG Update metal archives patch
This commit is contained in:
parent
c5a4aba75f
commit
d1daceab2c
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ diff -urN clementine-1.1.0/src/ui/mainwindow.cpp clementine-1.1.0-patched/src/ui
|
|||
+ ui_->playlist->view()->selectionModel()->selection().indexes()) {
|
||||
+ if (index.column() != 0)
|
||||
+ continue;
|
||||
+ int row = playlists_->current()->proxy()->mapToSource(index).row();
|
||||
+ PlaylistItemPtr item(playlists_->current()->item_at(row));
|
||||
+ int row = app_->playlist_manager()->current()->proxy()->mapToSource(index).row();
|
||||
+ PlaylistItemPtr item(app_->playlist_manager()->current()->item_at(row));
|
||||
+ QString album = item->Metadata().artist() + "/" + item->Metadata().album();
|
||||
+ if (!albums.contains(album))
|
||||
+ {
|
||||
|
|
Loading…
Add table
Reference in a new issue