fixes removing songs issue #1442
This commit is contained in:
parent
afcdf0a7ac
commit
9b14f51e57
1 changed files with 1 additions and 1 deletions
|
@ -4597,7 +4597,7 @@ const app = new Vue({
|
|||
name: app.getLz("action.removeFromLibrary"),
|
||||
hidden: true,
|
||||
action: function () {
|
||||
self.removeFromLibrary();
|
||||
self.removeFromLibrary(app.mk.nowPlayingItem.type, MusicKitInterop.getAttributes().songId);
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue