diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-29 17:44:00 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-29 17:44:00 +0100 |
commit | 9a47c1ffe2baab5aa6bf1aa39689aa376afec145 (patch) | |
tree | c4e44a3d2bc5aed1b4dfb855501c2e9658c95825 /crates/yt_dlp/src/wrapper | |
parent | fix(yt/videos/display): Also replace '“' in titles (diff) | |
download | yt-9a47c1ffe2baab5aa6bf1aa39689aa376afec145.tar.gz yt-9a47c1ffe2baab5aa6bf1aa39689aa376afec145.zip |
style(treewide): Format
Diffstat (limited to 'crates/yt_dlp/src/wrapper')
-rw-r--r-- | crates/yt_dlp/src/wrapper/info_json.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/yt_dlp/src/wrapper/info_json.rs b/crates/yt_dlp/src/wrapper/info_json.rs index 1920172..a2a775c 100644 --- a/crates/yt_dlp/src/wrapper/info_json.rs +++ b/crates/yt_dlp/src/wrapper/info_json.rs @@ -247,7 +247,6 @@ pub struct SubtitleFragment { duration: Option<f64>, } - #[derive(Debug, Deserialize, Serialize, PartialEq, PartialOrd)] #[serde(deny_unknown_fields)] pub struct Chapter { |