Localized are u sure promp

This commit is contained in:
Onur Gümüş 2022-01-30 14:32:24 +03:00
parent 5b273139c8
commit 8d1663e4e4

View file

@ -997,7 +997,7 @@ const app = new Vue({
},
deletePlaylist(id) {
let self = this
if (confirm(`Are you sure you want to delete this playlist?`)) {
if (confirm(app.getLz('term.deletePlaylist'))) {
app.mk.api.v3.music(`/v1/me/library/playlists/${id}`, {}, {
fetchOptions: {
method: "DELETE"