mirror of
https://framagit.org/veretcle/tootube.git
synced 2025-12-06 00:23:16 +01:00
✨: uncheck synthetic media
This commit is contained in:
1008
Cargo.lock
generated
1008
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "tootube"
|
||||
authors = ["VC <veretcle+framagit@mateu.be>"]
|
||||
version = "0.10.0"
|
||||
version = "0.10.1"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
@@ -79,6 +79,8 @@ impl Default for YoutubeUploadParamsSnippet {
|
||||
struct YoutubeUploadParamsStatus {
|
||||
#[serde(rename = "selfDeclaredMadeForKids")]
|
||||
self_declared_made_for_kids: bool,
|
||||
#[serde(rename = "containsSyntheticMedia")]
|
||||
contains_synthetic_media: bool,
|
||||
#[serde(rename = "privacyStatus")]
|
||||
privacy_status: String,
|
||||
license: String,
|
||||
@@ -88,6 +90,7 @@ impl Default for YoutubeUploadParamsStatus {
|
||||
fn default() -> Self {
|
||||
YoutubeUploadParamsStatus {
|
||||
self_declared_made_for_kids: false,
|
||||
contains_synthetic_media: false,
|
||||
privacy_status: "public".to_string(),
|
||||
license: "creativeCommon".to_string(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user