fixes removing songs issue #1442

This commit is contained in:
Core 2022-09-16 16:51:47 +01:00
parent afcdf0a7ac
commit 9b14f51e57
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0

View file

@ -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);
},
},
{