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 12, 2024
1 parent cad2722 commit cfe28fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/source_api_UserLibrary.bs.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
dateStr = date.ToISOString()
url = Substitute("Users/{0}/PlayedItems/{1}", m.global.session.user.id, id)
req = APIRequest(url)
postVoid(req, FormatJson({ "DatePlayed": dateStr }))
postVoid(req, FormatJson({ "DatePlayed": dateStr, "PlaybackPositionTicks": 0 }))
end sub

function UnmarkItemWatched(id as string)
Expand Down

0 comments on commit cfe28fd

Please sign in to comment.