-
I am currently trying to implement a full upload of all ratings of movies, shows and episodes stored in my app. I am trying to put the ratings for all episodes of a show and the show itself in one item.
Expected:
But after making the call only the episode is rated. The show itself does not have a rating. Is this a bug or is it intended to make a seperate item for the show itself? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is expected behavior, but I can see how it's confusing. We use the most detailed object, which is an |
Beta Was this translation helpful? Give feedback.
This is expected behavior, but I can see how it's confusing. We use the most detailed object, which is an
episode
in this case. This functionality is shared across several/sync
methods. It could work with ratings, but wouldn't work when adding to your watched history for example. We just kept it consistent for any method accepting data like this.