mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-04 04:01:29 +03:00
Append to last commit
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user