tsk-224: Code formatting
This commit is contained in:
@@ -77,7 +77,10 @@ pub mod endpoint {
|
|||||||
&directory, &filename,
|
&directory, &filename,
|
||||||
);
|
);
|
||||||
coverart.title = song.album.clone();
|
coverart.title = song.album.clone();
|
||||||
coverart.file_type = icarus_meta::detection::coverart::file_type_from_data(&data).unwrap().file_type;
|
coverart.file_type =
|
||||||
|
icarus_meta::detection::coverart::file_type_from_data(&data)
|
||||||
|
.unwrap()
|
||||||
|
.file_type;
|
||||||
coverart.data = data;
|
coverart.data = data;
|
||||||
|
|
||||||
match coverart.save_to_filesystem() {
|
match coverart.save_to_filesystem() {
|
||||||
|
|||||||
Reference in New Issue
Block a user