Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to history - return history id #248

Open
MaxHasADHD opened this issue Jan 16, 2021 · 1 comment
Open

Add to history - return history id #248

MaxHasADHD opened this issue Jan 16, 2021 · 1 comment
Labels
Feature Request New feature or request

Comments

@MaxHasADHD
Copy link
Contributor

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?

@rectifyer
Copy link
Contributor

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.

@rectifyer rectifyer added the Feature Request New feature or request label Apr 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants