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
Is your feature request related to a problem? Please describe.
The endpoint /api/playlist/ is missing handling for custom playlists, resulting in 500 server error.
Describe the solution you'd like
The endpoint handles the create statement in the POST body as the request to create a custom playlist.
And the endpoint GET takes custom playlist sorting into account.
Additional context
/api/playlist/ ( POST, GET )
Request body:
{ "data": { "create": "playlist-id" } }
Possibly implemented in a module way as described in #721
The text was updated successfully, but these errors were encountered:
It is not related, since this is a request to add an api endpoint and yours is a bug report. @ralphv can you please create a new bug report for your issue?
Custom Playlist are only implemented through the form at the moment. Api implementation will happen later with the refactor, as documented in this issue.
It is not related, since this is a request to add an api endpoint and yours is a bug report. @ralphv can you please create a new bug report for your issue?
Domain
Backend
Description
Is your feature request related to a problem? Please describe.
The endpoint
/api/playlist/
is missing handling for custom playlists, resulting in 500 server error.Describe the solution you'd like
The endpoint handles the
create
statement in the POST body as the request to create a custom playlist.And the endpoint GET takes custom playlist sorting into account.
Additional context
/api/playlist/
( POST, GET )Request body:
Possibly implemented in a module way as described in #721
The text was updated successfully, but these errors were encountered: