mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-17 09:31:30 +03:00
Fixed mangled merge where getSubscriptions became getAllSubscriptions
This commit is contained in:
@@ -529,7 +529,7 @@ export class PostsService implements CanActivate {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getAllSubscriptions() {
|
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) {
|
getCurrentDownloads(uids: Array<string> = null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user