There was an error while loading. Please reload this page.
1 parent aabc1a7 commit a260e16Copy full SHA for a260e16
1 file changed
lib/LANraragi/Utils/Minion.pm
@@ -157,7 +157,7 @@ sub add_tasks {
157
158
# Keep a clean copy of the url for display and tagging
159
my $og_url = $url;
160
- trim_url($og_url);
+ $og_url = trim_url($og_url);
161
162
# If the URL is already recorded, abort the download
163
my $recorded_id = LANraragi::Model::Stats::is_url_recorded($og_url);
0 commit comments