Skip to content

Commit a260e16

Browse files
Fix URL not being properly stripped (#921)
1 parent aabc1a7 commit a260e16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/LANraragi/Utils/Minion.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ sub add_tasks {
157157

158158
# Keep a clean copy of the url for display and tagging
159159
my $og_url = $url;
160-
trim_url($og_url);
160+
$og_url = trim_url($og_url);
161161

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

0 commit comments

Comments
 (0)