Finalize the finalize the finalize (I swear its finalized)

This commit is contained in:
Maikiwi 2022-01-24 23:15:15 -08:00
parent 2eb8985245
commit 946c235a58
17 changed files with 94 additions and 94 deletions

View file

@ -105,7 +105,7 @@
let menu = {
items: {
"moveToParent": {
name: $root.getLz('action.moveToTop'),
name: this.$root.getLz('action.moveToTop'),
action: () => {
let self = this
this.move(this.item, {
@ -116,7 +116,7 @@
}
},
"rename": {
name: $root.getLz('action.rename'),
name: this.$root.getLz('action.rename'),
action: () => {
this.renaming = true
setTimeout(()=>{
@ -126,13 +126,13 @@
}
},
"deleteFromPlaylist": {
name: $root.getLz('action.removeFromLibrary'),
name: this.$root.getLz('action.removeFromLibrary'),
action: () => {
this.$root.deletePlaylist(playlist_id)
}
},
"addToFavorites": {
name: $root.getLz('action.addToFavorites'),
name: this.$root.getLz('action.addToFavorites'),
disabled: true,
hidden: true,
action: () => {