mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-22 20:51:00 +03:00
Fixed mangled merge where getSubscriptions became getAllSubscriptions
This commit is contained in:
@@ -529,7 +529,7 @@ export class PostsService implements CanActivate {
|
||||
}
|
||||
|
||||
getAllSubscriptions() {
|
||||
return this.http.post<GetAllSubscriptionsResponse>(this.path + 'getAllSubscriptions', {}, this.httpOptions);
|
||||
return this.http.post<GetAllSubscriptionsResponse>(this.path + 'getSubscriptions', {}, this.httpOptions);
|
||||
}
|
||||
|
||||
getCurrentDownloads(uids: Array<string> = null) {
|
||||
|
||||
Reference in New Issue
Block a user