-
Notifications
You must be signed in to change notification settings - Fork 17
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
type parameter required when getting playlist items #65
Comments
Hey is this requirement/limitation something you are seeing with the API or an SDK? |
I've used two SDKs now (typescript & java as they come from npm/maven) and both have this restriction - I can see the reason why in the API definition. |
Wild guess, but can you pass in |
Not sure what Also when I try it in a request on an audio playlist ( |
@robatosan I have added Audio to the mediatype, it might take a moment for it to be propegated to the various SDK's |
I was trying to get the playlist items with
/playlists/:id/items
.Unfortunately the
type
parameter is required and on top of that limited to only four types ( 1 = movie 2 = show 3 = season 4 = episode).This makes it impossible to get e.g. audio items (type 8) by either specifying type 8 or leaving out the type parameter entirely.
The text was updated successfully, but these errors were encountered: