fixing bug where we weren't adding the right songs to servicelist
This commit is contained in:
parent
b154cca3ed
commit
1804addb1b
2 changed files with 4 additions and 2 deletions
|
@ -216,7 +216,7 @@ Item {
|
|||
target: songListItem
|
||||
onActiveChanged: {
|
||||
if (songDragHandler.drag.active) {
|
||||
dragItemIndex = index;
|
||||
dragItemIndex = id;
|
||||
dragItemTitle = title;
|
||||
dragItemType = "song";
|
||||
dragItemBackgroundType = backgroundType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue