From acfc77b760d9220b2e82a3f1f3a3396a84560d79 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Sat, 14 Dec 2024 05:13:19 +0100 Subject: [PATCH] fix --- src/library/video.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/library/video.rs b/src/library/video.rs index 3abfbdd..b9dfa7a 100644 --- a/src/library/video.rs +++ b/src/library/video.rs @@ -15,7 +15,7 @@ pub struct YouTubeMeta { pub description: String, pub uploader_name: String, pub uploader_id: String, - pub views: i64, + pub views: i32, pub upload_date: chrono::NaiveDate, }