From 88e9aa2d27079147651f32521bab9f66e16ba279 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Fri, 29 Apr 2022 16:27:49 +0200 Subject: [PATCH] Add Shotcut --- modules/Shotcut.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Shotcut.php diff --git a/modules/Shotcut.php b/modules/Shotcut.php new file mode 100644 index 0000000..bc25de4 --- /dev/null +++ b/modules/Shotcut.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/mltframework/shotcut/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>