async fn find_album_asset_id_by_checksum(
api_client: &ImmichApiClient,
album_id: &str,
checksum: &str,
) -> Result<Option<(String, String)>, String>Expand description
Find the remote asset ID matching the given checksum inside an album.