OSP: project link moved

This commit is contained in:
Steffen Lange 2021-09-13 15:45:12 +02:00
parent e303bb1089
commit e3136e54de

View file

@ -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;
}