diff --git a/modules/SongRec.php b/modules/SongRec.php new file mode 100644 index 0000000..87b0684 --- /dev/null +++ b/modules/SongRec.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/marin-m/SongRec/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>