summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-05 10:11:37 +0300
committerAndrew Dolgov <[email protected]>2021-03-05 10:12:06 +0300
commitacd6835b4ca38a0fcd48cba4212a2a3c0d4ebe78 (patch)
tree58026342ae6f389c156c1493e6122800c80b9293
parent77d1dc07824440c7894515d95f0790eec7555d9d (diff)
add a more info link
-rw-r--r--init.php6
1 files 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) {