Skip to content

Playlist: allow add/append/remove/move to work on a list/range of medias

operations such as insertion, removal or move where only doable one element at the time, this means that to perform the operation on N media the client needed to perform N transactions.

  • add & append can now take a list of media (or media id) to insert
  • move and delete can specify the number of element to be moved/deleted

Merge request reports