Skip to main content

playlist_remove_items

Function playlist_remove_items 

Source
pub async fn playlist_remove_items(
    manager: State<'_, RepositoryManagerWrapper>,
    handle: String,
    playlist_id: String,
    entry_ids: Vec<String>,
) -> Result<(), String>
Expand description

Remove items from a playlist (uses PlaylistItemId entry IDs, NOT media item IDs)