Skip to content

Commit

Permalink
Fix URL not being properly stripped (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
RodolfoFigueroa authored Dec 5, 2023
1 parent aabc1a7 commit a260e16
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 @@ -157,7 +157,7 @@ sub add_tasks {

# Keep a clean copy of the url for display and tagging
my $og_url = $url;
trim_url($og_url);
$og_url = trim_url($og_url);

# If the URL is already recorded, abort the download
my $recorded_id = LANraragi::Model::Stats::is_url_recorded($og_url);
Expand Down

0 comments on commit a260e16

Please sign in to comment.