Skip to content

Commit

Permalink
Update API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Jul 21, 2024
1 parent 91a6c70 commit d34f1c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/components_home_LoadItemsTask.bs.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
params["SortOrder"] = "Descending"
params["ImageTypeLimit"] = 1
params["UserId"] = m.global.session.user.id
params["EnableRewatching"] = false
params["EnableRewatching"] = m.global.session.user.settings["ui.details.enablerewatchingnextup"]
params["DisableFirstEpisode"] = false
params["limit"] = 24
params["EnableTotalRecordCount"] = false
Expand Down
2 changes: 1 addition & 1 deletion docs/api/source_utils_quickplay.bs.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"SortOrder": "Descending",
"ImageTypeLimit": 1,
"UserId": m.global.session.user.id,
"EnableRewatching": false,
"EnableRewatching": m.global.session.user.settings["ui.details.enablerewatchingnextup"],
"DisableFirstEpisode": false,
"EnableTotalRecordCount": false
})
Expand Down

0 comments on commit d34f1c3

Please sign in to comment.