Append to last commit

pull/45/head
Isaac Grynsztein 5 years ago
parent 72b42dea5a
commit 0c60c12124

@ -179,6 +179,11 @@ export class PostsService {
getAllSubscriptions() {
return this.http.post(this.path + 'getAllSubscriptions', {});
}
// gets tag of the latest version of youtubedl-material
getLatestGithubRelease() {
return this.http.get('https://api.github.com/repos/tzahi12345/youtubedl-material/releases/latest');
}
}

Loading…
Cancel
Save