mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
Fix authenticated playlist video removal.
This commit is contained in:
parent
915a2fbabd
commit
0a0615fe42
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user