diff options
author | metamuffin <metamuffin@disroot.org> | 2025-05-03 11:53:50 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-05-03 11:53:50 +0200 |
commit | 0a5c23757c2a0fc8784ea1b5a3ad5b0cba0709e0 (patch) | |
tree | fb26033fb934cfe87d36679d7fdeb9b71a1e114a /common | |
parent | f413b4087f214a9cb5d014fec59ae07468155bdd (diff) | |
download | jellything-0a5c23757c2a0fc8784ea1b5a3ad5b0cba0709e0.tar jellything-0a5c23757c2a0fc8784ea1b5a3ad5b0cba0709e0.tar.bz2 jellything-0a5c23757c2a0fc8784ea1b5a3ad5b0cba0709e0.tar.zst |
tests in some places
Diffstat (limited to 'common')
-rw-r--r-- | common/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/lib.rs b/common/src/lib.rs index 8993d22..366c514 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -207,7 +207,7 @@ pub enum TrackSource { pub type TrackID = usize; -#[derive(Debug, Clone, Deserialize, Serialize, Hash, Encode, Decode)] +#[derive(Debug, Clone, Deserialize, Serialize, Hash, Encode, Decode, PartialEq, Eq)] pub struct LocalTrack { pub path: PathBuf, pub track: TrackID, |