push missing line from last one

This commit is contained in:
OMGeeky
2023-06-03 20:48:03 +02:00
parent c2a459c8e5
commit 427ee7b02b

View File

@@ -121,7 +121,7 @@ pub async fn start_backup() -> Result<()> {
trace!("Checking for new videos");
check_for_new_videos(&client, &twitch_client).await?;
trace!("backing up not downloaded videos");
backup_not_downloaded_videos(&client, &twitch_client, &config)
backup_not_downloaded_videos(&client, &twitch_client, &config, &youtube_clients)
.await
.map_err(|e| anyhow!("{}", e))?;