From: Steinar H. Gunderson Date: Thu, 3 Jul 2008 19:43:44 +0000 (+0200) Subject: Fix the cache generation at WebDAV time. X-Git-Url: https://git.sesse.net/?p=pr0n;a=commitdiff_plain;h=afc8b978848ea38664a77e2d9cc37d3271cb0937 Fix the cache generation at WebDAV time. --- diff --git a/perl/Sesse/pr0n/WebDAV.pm b/perl/Sesse/pr0n/WebDAV.pm index f428a4f..3a7751c 100644 --- a/perl/Sesse/pr0n/WebDAV.pm +++ b/perl/Sesse/pr0n/WebDAV.pm @@ -493,7 +493,7 @@ EOF if ($filename !~ /^\.(_|DS_Store)/) { # FIXME: Ideally we'd want to ensure cache of -1x-1 here as well (for NEFs), but that would # preclude mipmapping in its current form. - Sesse::pr0n::Common::ensure_cached($r, $filename, $newid, undef, undef, 1, 80, 64, 320, 256); + Sesse::pr0n::Common::ensure_cached($r, $filename, $newid, undef, undef, "nobox", 80, 64, 320, 256); } # OK, we got this far, commit