From acd6835b4ca38a0fcd48cba4212a2a3c0d4ebe78 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 5 Mar 2021 10:11:37 +0300 Subject: add a more info link --- init.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/init.php b/init.php index 7e6cdd5..3dd171a 100644 --- a/init.php +++ b/init.php @@ -10,9 +10,11 @@ class Api_Resize_Media extends Plugin { private $cache; function about() { - return array(1.0, + return array(null, "Resizes media on the fly (for API clients or web UI)", - "fox"); + "fox", + false, + "https://git.tt-rss.org/fox/ttrss-api-resize"); } function is_public_method($method) { -- cgit v1.2.3