[][src]Function aspotify::endpoints::library::user_saved_albums

pub async fn user_saved_albums<'_, '_, '_>(
    token: &'_ AccessToken,
    ids: &'_ [&'_ str]
) -> Result<Vec<bool>, EndpointError<Error>>

Check if the current user has saved some albums.

Returns vector of bools that is in the same order as the given ids, telling whether the user has saved each album. Requires user-library-read.

Reference.