From 37dfa2060aace3462b6ecff09f50fa69954aced2 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Tue, 28 Apr 2020 18:49:34 +0200 Subject: [PATCH] Add Kodi --- modules/Kodi.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Kodi.php diff --git a/modules/Kodi.php b/modules/Kodi.php new file mode 100644 index 0000000..729daa8 --- /dev/null +++ b/modules/Kodi.php @@ -0,0 +1,14 @@ +fetch('https://api.github.com/repos/xbmc/xbmc/releases/latest', true)) + return $this->parse_json('tag_name'); + return false; + } +} + +?>