Fixed full-size JPEG covers not being accessible by nginx.

This commit is contained in:
Peter Deltchev 2016-01-03 10:50:16 -08:00
parent fb378cbb9c
commit 933f3f60c5

View file

@ -113,6 +113,7 @@ class Image extends Model
} }
External::execute($command); External::execute($command);
chmod($image->getFile($coverType['id']), 644);
} }
return $image; return $image;