diff --git a/src/coverart.rs b/src/coverart.rs index 8f55f24..09be846 100644 --- a/src/coverart.rs +++ b/src/coverart.rs @@ -13,7 +13,7 @@ pub struct CoverArt { pub mod init { use crate::coverart::CoverArt; - pub fn init_coverart_only_path(path: &String) -> CoverArt { + pub fn init_coverart_only_path(path: String) -> CoverArt { CoverArt { id: uuid::Uuid::new_v4(), title: String::new(),