Merge pull request #336 from hagaygo/fix-epsiode-next-up-inprogress-duplicates

Explicitly request non resumeable episodes on next up widget
This commit is contained in:
mcarlton00 2024-06-13 07:22:10 -04:00 committed by GitHub
commit eb3bb2f1bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -378,6 +378,7 @@ def get_widget_content(handle, params):
url_params["Limit"] = item_limit
url_params["userid"] = user_id
url_params["Recursive"] = True
url_params["enableResumable"] = False
url_params["ImageTypeLimit"] = 1
# check if rewatching is enabled and combine is disabled
rewatch_days = int(settings.getSetting("rewatch_days"))