diff options
Diffstat (limited to 'sys/nixpkgs')
-rw-r--r-- | sys/nixpkgs/pkgs/yt/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<String>, + pub watch_date: Option<f64>, pub duration: String, pub thumbnail_url: String, pub extractor_hash: String, |