fixed notifications (kinda)

This commit is contained in:
2025-10-11 15:31:31 +02:00
parent b5d944278b
commit e4c50e20df
3 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ def get_item_url(item, posts, post_titles): # oftwarelist currentitem, post list
return item
if state.tracker == "rutracker":
item_dict = posts[post_index]
_, post_links = format_data([item_dict])
_, post_links, _ = format_data([item_dict])
return post_links[0]
return None