Hello!
Thank you for supporting open source software in your application! I have had a great experience so far!
Recently I have noticed a little suboptimal behaviour when marking an item as watched. Currently, infuse sends out a request without providing an optional datePlayed
query parameter in the URL. While it may seem subtle and not very important, advanced users using some Jellyfin plugins requiring this piece of data which the native clients do supply, will experience an unintended behaviour which was quite tricky to debug as a user.
Setting the current datetime in UTC as a datePlayed
URL parameter (i.e. ?datePlayed=2022-09-22T14:20:11Z
) would very well help my setup.
Thanks.