Compare commits

..

1 Commits

Author SHA1 Message Date
Connor Johnstone 72a5fd3d14 fixed up the featured artist thing 2026-03-24 11:38:07 -04:00
+3 -1
View File
@@ -10,5 +10,7 @@ pub mod sanitize;
pub mod template;
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;