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

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

Save albums for the current user.

Requires user-library-modify. Maximum of 50 ids.

Reference.