async fn find_album_asset_by_checksum(
api_client: Arc<ImmichApiClient>,
album_id: &str,
checksum: &str,
) -> Result<Option<LibraryAsset>, String>Expand description
Iterate through album assets matching checksum to find matching Immich library record.