Playlist.entries missing in Playlist REST API responses
Though documented in the API definition of the playlist REST API endpoints, neither requests to /playlists
nor /playlists/:id
return a list of PlaylistEntry
in the entries
property of the playlist objects. In fact, the entries
property is missing entirely.
This is also responsible for a bug in the dashboard, preventing users from assigning a playlist to a timeslot of a show (see dashboard#119 (closed)).
If the entries
list was omitted on purpose we should update the documentation accordingly.