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
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:
@@ -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(),
|
||||
|
Reference in New Issue
Block a user