Remove from playlist icon

This commit is contained in:
Core 2022-09-17 01:04:35 +01:00
parent dfb1ede0d4
commit 09030df8b8
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
2 changed files with 4 additions and 0 deletions

View file

@ -647,6 +647,7 @@
return { return {
normal: [ normal: [
{ {
icon: "./assets/feather/x-circle.svg",
name: app.getLz('action.removeFromPlaylist'), name: app.getLz('action.removeFromPlaylist'),
action: () => { action: () => {
self.remove() self.remove()
@ -655,6 +656,7 @@
], ],
multiple: [ multiple: [
{ {
icon: "./assets/feather/x-circle.svg",
name: app.getLz('action.removeFromPlaylist'), name: app.getLz('action.removeFromPlaylist'),
action: () => { action: () => {
self.remove() self.remove()

View file

@ -446,6 +446,7 @@
return { return {
normal: [ normal: [
{ {
icon: "./assets/feather/x-circle.svg",
name: app.getLz('action.removeFromPlaylist'), name: app.getLz('action.removeFromPlaylist'),
action: () => { action: () => {
self.remove() self.remove()
@ -454,6 +455,7 @@
], ],
multiple: [ multiple: [
{ {
icon: "./assets/feather/x-circle.svg",
name: app.getLz('action.removeFromPlaylist'), name: app.getLz('action.removeFromPlaylist'),
action: () => { action: () => {
self.remove() self.remove()