From f168344943cec0d34764ea3ef724f5eb89d2ba03 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 28 Jan 2024 21:00:10 +0100 Subject: fix(sys/nixpkgs/pkgs/yt): Use correct type in json parsing --- sys/nixpkgs/pkgs/yt/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/nixpkgs/pkgs/yt/src/lib.rs b/sys/nixpkgs/pkgs/yt/src/lib.rs index 7fa090af..89b7ecf0 100644 --- a/sys/nixpkgs/pkgs/yt/src/lib.rs +++ b/sys/nixpkgs/pkgs/yt/src/lib.rs @@ -12,7 +12,7 @@ pub struct YtccListData { pub title: String, pub description: String, pub publish_date: String, - pub watch_date: Option, + pub watch_date: Option, pub duration: String, pub thumbnail_url: String, pub extractor_hash: String, -- cgit 1.4.1