diff --git a/src/components/VideoItem.vue b/src/components/VideoItem.vue index 326a9a7b..d32706e2 100644 --- a/src/components/VideoItem.vue +++ b/src/components/VideoItem.vue @@ -157,7 +157,7 @@ export default { removeVideo() { if (confirm(this.$t("actions.delete_playlist_video_confirm"))) { this.$refs.removeButton.disabled = true; - this.fetchJson(this.apiUrl() + "/user/playlists/remove", null, { + this.fetchJson(this.authApiUrl() + "/user/playlists/remove", null, { method: "POST", body: JSON.stringify({ playlistId: this.playlistId,