🔥: remove unused IDs

This commit is contained in:
VC
2024-07-22 09:43:38 +02:00
parent e2cf84a889
commit f5e0c660c9
3 changed files with 2 additions and 5 deletions

View File

@@ -12,7 +12,6 @@ use tokio::fs::{read_to_string, write};
#[derive(Debug, Deserialize)]
pub struct PeerTubeVideos {
pub total: u64,
pub data: Vec<PeerTubeVideo>,
}
@@ -77,7 +76,6 @@ struct PeerTubeVideoTokenResponseFiles {
#[derive(Eq, Debug, Deserialize)]
pub struct PeerTubeVideoStreamingPlaylistsFiles {
pub id: u64,
pub resolution: PeerTubeVideoStreamingPlaylistsFilesResolution,
#[serde(rename = "fileDownloadUrl")]
pub file_download_url: String,
@@ -114,7 +112,6 @@ pub struct PeerTubeVideoPlaylists {
#[derive(Debug, Deserialize)]
pub struct PeerTubeVideoPlaylist {
pub id: u16,
pub uuid: String,
#[serde(rename = "displayName")]
pub display_name: String,