fixing getSong not working after deleting songs
This commit is contained in:
parent
8b6e5e2ad3
commit
4d9236e02c
3 changed files with 31 additions and 6 deletions
|
@ -241,12 +241,12 @@ Item {
|
|||
if(mouse.button == Qt.RightButton)
|
||||
rightClickSongMenu.popup()
|
||||
else{
|
||||
showPassiveNotification(title, 3000)
|
||||
songLibraryList.currentIndex = index
|
||||
showPassiveNotification(title + id, 3000);
|
||||
songLibraryList.currentIndex = index;
|
||||
if (!editMode)
|
||||
editMode = true;
|
||||
editType = "song";
|
||||
editSwitch(index);
|
||||
editSwitch(id);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue