OSP: project link moved
This commit is contained in:
parent
e303bb1089
commit
e3136e54de
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ class OSP extends PatchBase {
|
|||
parent::__construct('Deamos', 'Open Streaming Platform', 'https://openstreamingplatform.com/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch_json('https://gitlab.com/api/v4/projects/Deamos%2Fflask-nginx-rtmp-manager/releases'))
|
||||
if ($this->fetch_json('https://gitlab.com/api/v4/projects/osp-group%2Fflask-nginx-rtmp-manager/releases'))
|
||||
return $this->parse_json('tag_name');
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue