Sub's videos are removed from the post request when deleting a video as it's not needed

categories-playlist-fix
Isaac Abadi 4 years ago
parent 7835185fe0
commit f0f2faa398

@ -365,6 +365,7 @@ export class PostsService implements CanActivate {
}
deleteSubscriptionFile(sub, file, deleteForever, file_uid) {
delete sub['videos'];
return this.http.post(this.path + 'deleteSubscriptionFile', {sub: sub, file: file, deleteForever: deleteForever,
file_uid: file_uid}, this.httpOptions)
}

Loading…
Cancel
Save