fixed up the featured artist thing

This commit is contained in:
Connor Johnstone
2026-03-24 11:38:07 -04:00
parent 0a0fa18bfa
commit 72a5fd3d14
+3 -1
View File
@@ -10,5 +10,7 @@ pub mod sanitize;
pub mod template; pub mod template;
pub use error::{OrgError, OrgResult}; pub use error::{OrgError, OrgResult};
pub use organizer::{OrgConfig, OrgStats, organize_from_db, organize_from_directory, organize_track}; pub use organizer::{
OrgConfig, OrgStats, organize_from_db, organize_from_directory, organize_track,
};
pub use template::DEFAULT_FORMAT; pub use template::DEFAULT_FORMAT;