aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/nixpkgs/pkgs/comments/src/info_json.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nixpkgs/pkgs/comments/src/info_json.rs b/sys/nixpkgs/pkgs/comments/src/info_json.rs
index e7e6209b..eca4fae3 100644
--- a/sys/nixpkgs/pkgs/comments/src/info_json.rs
+++ b/sys/nixpkgs/pkgs/comments/src/info_json.rs
@@ -44,7 +44,7 @@ pub struct InfoJson {
pub was_live: bool,
pub epoch: u32,
pub comments: Vec<Comment>,
- pub sponsorblock_chapters: Vec<SponsorblockChapter>,
+ pub sponsorblock_chapters: Option<Vec<SponsorblockChapter>>,
pub format: String,
pub format_id: String,
pub ext: String,