about summary refs log tree commit diff stats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/nixpkgs/pkgs/yt/src/lib.rs2
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 856a4cbc..b089c1a2 100644
--- a/sys/nixpkgs/pkgs/yt/src/lib.rs
+++ b/sys/nixpkgs/pkgs/yt/src/lib.rs
@@ -14,7 +14,7 @@ pub struct YtccListData {
     pub publish_date: String,
     pub watch_date: Option<f64>,
     pub duration: String,
-    pub thumbnail_url: String,
+    pub thumbnail_url: Option<String>,
     pub extractor_hash: String,
     pub id: u32,
     pub playlists: Vec<YtccPlaylistData>,