Remove from playlist icon
This commit is contained in:
parent
dfb1ede0d4
commit
09030df8b8
2 changed files with 4 additions and 0 deletions
|
@ -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()
|
||||||
|
|
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue