mirror of
https://github.com/CDrummond/bliss-analyser.git
synced 2025-04-08 05:00:02 +03:00
Missing derive
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
parent
f6edb983d3
commit
c51de47696
@ -25,7 +25,7 @@ pub struct FileMetadata {
|
||||
pub duration: u32,
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
#[derive(Default, PartialEq)]
|
||||
pub struct Metadata {
|
||||
pub title: String,
|
||||
pub artist: String,
|
||||
|
@ -6,7 +6,7 @@ use crate::db;
|
||||
* GPLv3 license.
|
||||
*
|
||||
**/
|
||||
use lofty::{Accessor, ItemKey, Probe};
|
||||
use lofty::{Accessor, ItemKey};
|
||||
use regex::Regex;
|
||||
use std::path::Path;
|
||||
use substring::Substring;
|
||||
|
Loading…
x
Reference in New Issue
Block a user