aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-05-03 11:53:50 +0200
committermetamuffin <metamuffin@disroot.org>2025-05-03 11:53:50 +0200
commit0a5c23757c2a0fc8784ea1b5a3ad5b0cba0709e0 (patch)
treefb26033fb934cfe87d36679d7fdeb9b71a1e114a /common
parentf413b4087f214a9cb5d014fec59ae07468155bdd (diff)
downloadjellything-0a5c23757c2a0fc8784ea1b5a3ad5b0cba0709e0.tar
jellything-0a5c23757c2a0fc8784ea1b5a3ad5b0cba0709e0.tar.bz2
jellything-0a5c23757c2a0fc8784ea1b5a3ad5b0cba0709e0.tar.zst
tests in some places
Diffstat (limited to 'common')
-rw-r--r--common/src/lib.rs2
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,