X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2FThumbnailer.php;h=314baf0df615c5e3edf15ec5e9b0e60eac61f792;hb=72caf4e84c412ab6a4181b83a96dbef8ebb3c65a;hp=a23f98e9df226204efeb5166bc5e3bbab4f348c9;hpb=ff3b5dc5542ec150f0d9b447394364a15e9156d0;p=github%2Fshaarli%2FShaarli.git diff --git a/application/Thumbnailer.php b/application/Thumbnailer.php index a23f98e9..314baf0d 100644 --- a/application/Thumbnailer.php +++ b/application/Thumbnailer.php @@ -27,6 +27,7 @@ class Thumbnailer 'instagram.com', 'pinterest.com', 'pinterest.fr', + 'soundcloud.com', 'tumblr.com', 'deviantart.com', ]; @@ -55,7 +56,7 @@ class Thumbnailer $this->conf = $conf; if (! $this->checkRequirements()) { - $this->conf->set('thumbnails.enabled', false); + $this->conf->set('thumbnails.mode', Thumbnailer::MODE_NONE); $this->conf->write(true); // TODO: create a proper error handling system able to catch exceptions... die(t(