Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Fix URL not being properly stripped (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
WindyCloudCute committed Dec 7, 2023
1 parent 79c5693 commit 5fb48e8
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 5fb48e8

Please sign in to comment.