diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-02 16:02:42 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-02 16:02:42 +0100 |
commit | 4d3ec68b9cbac493ee76981527cb0e780fac9432 (patch) | |
tree | 3f0df02f4c1a119e70663e0e3b4a485d81bc92b3 /common | |
parent | 64c962b50d4fbd4605087fc97eac1a032bb826ce (diff) | |
download | jellything-4d3ec68b9cbac493ee76981527cb0e780fac9432.tar jellything-4d3ec68b9cbac493ee76981527cb0e780fac9432.tar.bz2 jellything-4d3ec68b9cbac493ee76981527cb0e780fac9432.tar.zst |
trakt metadata source
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 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, |