Skip to content
  • Romain Vimont's avatar
    core: playlist: expose "request" functions · b9313307
    Romain Vimont authored and Thomas Guillem's avatar Thomas Guillem committed
    
    
    When a user requests to insert, move or remove items, or to set the
    current item, before the core playlist lock is successfully acquired,
    another client may have changed the list.
    
    Expose functions to apply the requested changes with potential conflicts
    resolved. The actual changes applied are notified through the callbacks.
    
    Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
    b9313307