redux of the worker queue

This commit is contained in:
Connor Johnstone
2026-03-23 18:37:45 -04:00
parent 65c229ee7f
commit e74dec206b
+1 -1
View File
@@ -11,7 +11,7 @@ pub mod matcher;
pub mod tagger;
pub use error::{TagError, TagResult};
pub use tagger::{TagConfig, TagStats, run_tagging};
pub use tagger::{TagConfig, TagStats, run_tagging, tag_track};
// Re-export from shanty-data for backward compatibility.
pub use shanty_data::MetadataFetcher as MetadataProvider;