: upload thumbnail

This commit is contained in:
VC
2024-08-20 10:33:38 +02:00
parent 59ea11f770
commit d1e86de937
5 changed files with 49 additions and 12 deletions

View File

@@ -20,6 +20,8 @@ pub struct PeerTubeVideo {
pub name: String,
pub uuid: String,
pub description: String,
#[serde(rename = "previewPath")]
pub preview_path: String,
#[serde(rename = "streamingPlaylists")]
pub streaming_playlists: Option<Vec<PeerTubeVideoStreamingPlaylists>>,
pub tags: Option<Vec<String>>,