mirror of
https://github.com/jellyfin/jellycon.git
synced 2024-11-26 15:50:41 +00:00
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:
commit
eb3bb2f1bd
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user