aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-02-02 16:02:42 +0100
committermetamuffin <metamuffin@disroot.org>2025-02-02 16:02:42 +0100
commit4d3ec68b9cbac493ee76981527cb0e780fac9432 (patch)
tree3f0df02f4c1a119e70663e0e3b4a485d81bc92b3 /common
parent64c962b50d4fbd4605087fc97eac1a032bb826ce (diff)
downloadjellything-4d3ec68b9cbac493ee76981527cb0e780fac9432.tar
jellything-4d3ec68b9cbac493ee76981527cb0e780fac9432.tar.bz2
jellything-4d3ec68b9cbac493ee76981527cb0e780fac9432.tar.zst
trakt metadata source
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 46d543d..4b67054 100644
--- a/common/src/lib.rs
+++ b/common/src/lib.rs
@@ -217,7 +217,7 @@ pub enum SourceTrackKind {
Subtitles,
}
-#[derive(Debug, Serialize, Deserialize, Clone, Copy, Encode, Decode)]
+#[derive(Debug, Serialize, Deserialize, Clone, Copy, PartialEq, Encode, Decode)]
#[serde(rename_all = "snake_case")]
pub enum TraktKind {
Movie,