Skip to content

Commit

Permalink
(#1150) fix regen_all_thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
Difegue committed Jan 2, 2025
1 parent 05c73f5 commit 3a78ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LANraragi/Utils/Minion.pm
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ sub add_tasks {
unless ( $force == 0 && -e $thumbname ) {
eval {
$logger->debug("Regenerating for $id...");
extract_thumbnail( $thumbdir, $id, 0, 1 );
extract_thumbnail( $thumbdir, $id, 0, 1, 1 );
};

if ($@) {
Expand Down

0 comments on commit 3a78ac3

Please sign in to comment.