summaryrefslogtreecommitdiff
path: root/plugins/af_comics
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-02-27 11:44:18 +0300
committerAndrew Dolgov <[email protected]>2020-02-27 11:44:18 +0300
commitba7f7e72db671faeb83d8ad72853d9697d42de93 (patch)
tree39cb54e3f1e1ac6c7b510dff6eb695e64ee6ac2b /plugins/af_comics
parent61168847ac9b1c952d6762eb0bd382b200e3183f (diff)
af_comics: mention that Far Side needs cached media
Diffstat (limited to 'plugins/af_comics')
-rwxr-xr-xplugins/af_comics/init.php2
1 files changed, 1 insertions, 1 deletions
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 "<p>" . __("The following comics are currently supported:") . "</p>";
- $comics = ["GoComics", "The Far Side"];
+ $comics = ["GoComics", "The Far Side (needs cache media)"];
foreach ($this->filters as $f) {
foreach ($f->supported() as $comic) {