mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-11-04 14:41:57 +00:00 
			
		
		
		
	Fix authenticated playlist video removal.
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user