More changes
Some checks failed
Rust Build / Check (pull_request) Successful in 33s
Rust Build / Test Suite (pull_request) Failing after 29s
Rust Build / Rustfmt (pull_request) Successful in 28s
Rust Build / Clippy (pull_request) Successful in 32s
Rust Build / build (pull_request) Successful in 31s

This commit is contained in:
2025-04-03 22:11:59 -04:00
parent caae91dad5
commit 3858a10a23
4 changed files with 14 additions and 21 deletions

View File

@@ -15,7 +15,7 @@ pub mod init {
pub fn init_coverart_only_path(path: String) -> CoverArt {
CoverArt {
id: uuid::Uuid::new_v4(),
id: uuid::Uuid::nil(),
title: String::new(),
path: path.clone(),
data: Vec::new(),