From 72a5fd3d14fa149d376069bdadb141ce937716be Mon Sep 17 00:00:00 2001 From: Connor Johnstone Date: Tue, 24 Mar 2026 11:38:07 -0400 Subject: [PATCH] fixed up the featured artist thing --- src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 228168d..410e35e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;