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

Manually adding media is broken #421

Closed
goto-bus-stop opened this issue Feb 10, 2021 · 0 comments · Fixed by #422 or Mrcl1450/core#1
Closed

Manually adding media is broken #421

goto-bus-stop opened this issue Feb 10, 2021 · 0 comments · Fixed by #422 or Mrcl1450/core#1
Labels

Comments

@goto-bus-stop
Copy link
Member

goto-bus-stop commented Feb 10, 2021

Only imports still work.

#416 is causing POST /playlists/:id/media to reject valid requests.

This should accept an object with playlist item properties, not a bare ObjectID:

core/src/validations.js

Lines 333 to 336 in 9cb81a5

items: {
type: 'array',
items: { $ref: 'https://ns.u-wave.net/schemas/definitions.json#/definitions/ObjectID' },
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant