You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support multiple watches of a movie / episode I need the history id so a user doesn't remove all plays of the content they're watching. Currently the only way I see to get them is from GET sync/history, is it possible to return this data with POST sync/history so that additional requests to sync/history can be skipped?
The text was updated successfully, but these errors were encountered:
Do you have a proposed JSON structure for this? The challenge I see is needing a media object + history ID for every item that was synced which would make the response quite large.
For example, say you marked The Simpsons as watched, that adds 723 episodes as watched. That means the response needs 723 items, each with the history ID and basic episode info.
To support multiple watches of a movie / episode I need the history id so a user doesn't remove all plays of the content they're watching. Currently the only way I see to get them is from GET sync/history, is it possible to return this data with POST sync/history so that additional requests to sync/history can be skipped?
The text was updated successfully, but these errors were encountered: