In the subscription page, the subscription is now continuously retrieved at an interval of 1s to update for new videos or the downloading state

- There is now a visual indicator for when a subscription is retrieving videos
This commit is contained in:
Isaac Abadi
2020-12-20 00:30:48 -05:00
parent 2971580f91
commit afb5e3800c
6 changed files with 68 additions and 38 deletions

View File

@@ -374,7 +374,7 @@ export class PostsService implements CanActivate {
}
getAllSubscriptions() {
return this.http.post(this.path + 'getAllSubscriptions', {}, this.httpOptions);
return this.http.post(this.path + 'getSubscriptions', {}, this.httpOptions);
}
// current downloads