From ba7f7e72db671faeb83d8ad72853d9697d42de93 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 27 Feb 2020 11:44:18 +0300 Subject: af_comics: mention that Far Side needs cached media --- plugins/af_comics/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/af_comics/init.php b/plugins/af_comics/init.php index 979cd350c..97a4c989f 100755 --- a/plugins/af_comics/init.php +++ b/plugins/af_comics/init.php @@ -52,7 +52,7 @@ class Af_Comics extends Plugin { print "

" . __("The following comics are currently supported:") . "

"; - $comics = ["GoComics", "The Far Side"]; + $comics = ["GoComics", "The Far Side (needs cache media)"]; foreach ($this->filters as $f) { foreach ($f->supported() as $comic) { -- cgit v1.2.3