Added yt-dlp cookies
Build and Publish / Build and Publish Docker Image (push) Successful in 3m45s

This commit is contained in:
Ultradesu
2026-09-01 13:52:04 +01:00
parent a0964b651b
commit 7098f80e9d
6 changed files with 590 additions and 18 deletions
+11
View File
@@ -1196,6 +1196,17 @@ pub async fn finalize_approved(
}
}
if let Err(error) =
crate::youtube::sync_target_playlists_for_imported_media(pool, media_file.id_val()).await
{
tracing::warn!(
track_id = track.id_val(),
media_file_id = media_file.id_val(),
%error,
"could not add an imported YouTube track to its target playlist; it will be retried"
);
}
tracing::info!(
track_id = track.id_val(),
artist = artist_name,