diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-16 12:52:33 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-16 12:52:33 +0100 |
commit | 2ff80433ee16f6e3088af09cac07cd6484b25b50 (patch) | |
tree | 5f54ffa2383c650396ec1cd594f456df8ad0e35d /common/src/lib.rs | |
parent | 0a3abebd73e7e7d879ad94fc1d2ec26f9221edc2 (diff) | |
download | jellything-2ff80433ee16f6e3088af09cac07cd6484b25b50.tar jellything-2ff80433ee16f6e3088af09cac07cd6484b25b50.tar.bz2 jellything-2ff80433ee16f6e3088af09cac07cd6484b25b50.tar.zst |
release dates from tmdb
Diffstat (limited to 'common/src/lib.rs')
-rw-r--r-- | common/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/lib.rs b/common/src/lib.rs index 1a08750..ea19205 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -130,6 +130,7 @@ pub enum Rating { YoutubeViews, YoutubeLikes, YoutubeFollowers, + Tmdb, } #[derive(Debug, Clone, Deserialize, Serialize)] |