This commit is contained in:
bobokun 2021-12-21 14:36:07 -05:00
parent 8b2e17b23a
commit 20f8912da7
No known key found for this signature in database
GPG key ID: 9665BA6CF5DC2671

View file

@ -190,6 +190,7 @@ class Config:
tags['max_seeding_time'] = None
tags['limit_upload_speed'] = None
tags['notifiarr'] = None
tags['url'] = None
if not urls: return tags
try:
tags['url'] = util.trunc_val(urls[0], '/')