plugdj / Issues-and-Reports

8 stars 1 forks source link

Media Insert Endpoint ignores a property #26

Open Burkes opened 6 years ago

Burkes commented 6 years ago

Back End Issue

Any platform

plug.dj version

1.5.6.11251

OS/Browser Name and Version

Chrome Stable Version 65.0.3325.146 (Official Build) (64-bit) Windows 10 Home Version 1709 Build 16299.192

I have tried

Description, Images, Logs

When a request is made to /_/playlists/:playlistID/media/insert, the property append of the body has no effect (it is supposed to insert the media at the end of the playlist if it is set to true).

The new media always ends up at the top. This does not affect grabs as it has it's own separate endpoint.

Steps to reproduce:

  1. Observe the order of a playlist.;
  2. Insert a new media in with the append property of the body set to true (maybe use Postman to send it);
  3. Get the playlist media (switching back and forth on site or the /_/playlists/:playlistID/media endpoint).
  4. The new media will always be at the top regardless of append.

Screenshots don't really do much justice.

plug.dj username, profile link or user ID

[Burkes; 3703511; https://plug.dj/@/burkes]