aboutsummaryrefslogtreecommitdiff
path: root/common/src
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-12-16 12:52:33 +0100
committermetamuffin <metamuffin@disroot.org>2023-12-16 12:52:33 +0100
commit2ff80433ee16f6e3088af09cac07cd6484b25b50 (patch)
tree5f54ffa2383c650396ec1cd594f456df8ad0e35d /common/src
parent0a3abebd73e7e7d879ad94fc1d2ec26f9221edc2 (diff)
downloadjellything-2ff80433ee16f6e3088af09cac07cd6484b25b50.tar
jellything-2ff80433ee16f6e3088af09cac07cd6484b25b50.tar.bz2
jellything-2ff80433ee16f6e3088af09cac07cd6484b25b50.tar.zst
release dates from tmdb
Diffstat (limited to 'common/src')
-rw-r--r--common/src/lib.rs1
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)]