fix
Some checks are pending
ci/woodpecker/push/build Pipeline is pending

This commit is contained in:
JMARyA 2024-12-14 05:13:19 +01:00
parent 05fe40b70d
commit acfc77b760
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -15,7 +15,7 @@ pub struct YouTubeMeta {
pub description: String, pub description: String,
pub uploader_name: String, pub uploader_name: String,
pub uploader_id: String, pub uploader_id: String,
pub views: i64, pub views: i32,
pub upload_date: chrono::NaiveDate, pub upload_date: chrono::NaiveDate,
} }