af_comics: mention that Far Side needs cached media

This commit is contained in:
Andrew Dolgov 2020-02-27 11:44:18 +03:00
parent 61168847ac
commit ba7f7e72db
1 changed files with 1 additions and 1 deletions

View File

@ -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) {