docs: more model documentation

This commit is contained in:
ThetaDev 2022-09-27 16:25:47 +02:00
parent 305c3ee70e
commit 49f3aa3577
7 changed files with 48 additions and 23 deletions

View file

@ -465,9 +465,9 @@ pub struct VideoDetails {
///
/// Information about the license:
///
/// https://www.youtube.com/t/creative_commons
/// <https://www.youtube.com/t/creative_commons>
///
/// https://creativecommons.org/licenses/by/3.0/
/// <https://creativecommons.org/licenses/by/3.0/>
pub is_ccommons: bool,
/// Chapters of the video
pub chapters: Vec<Chapter>,