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

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

Check if the current user has saved some tracks.

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

Reference.