Update to artist credit handling

This commit is contained in:
Connor Johnstone
2026-03-18 14:34:26 -04:00
parent ea1e3c6ac5
commit 2c5fe5728b
2 changed files with 29 additions and 1 deletions

View File

@@ -11,5 +11,5 @@ pub mod ytdlp;
pub use backend::{AudioFormat, BackendConfig, DownloadBackend, DownloadResult, DownloadTarget, SearchResult};
pub use error::{DlError, DlResult};
pub use queue::{DlStats, SyncStats, download_single, run_queue, sync_wanted_to_queue};
pub use queue::{DlStats, ProgressFn, SyncStats, download_single, run_queue, run_queue_with_progress, sync_wanted_to_queue};
pub use ytdlp::{SearchSource, YtDlpBackend};