mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-10-14 19:38:18 +00:00
Fix removing videos from local playlist
This commit is contained in:
@@ -177,7 +177,7 @@ export default {
|
||||
methods: {
|
||||
removeVideo() {
|
||||
this.$refs.removeButton.disabled = true;
|
||||
this.removeVideoFromPlaylist(this.playlistId, null, this.index).then(json => {
|
||||
this.removeVideoFromPlaylist(this.playlistId, this.index).then(json => {
|
||||
if (json.error) alert(json.error);
|
||||
else this.$emit("remove");
|
||||
});
|
||||
|
Reference in New Issue
Block a user