mirror of
https://framagit.org/veretcle/tootube.git
synced 2025-07-20 20:41:17 +02:00
🔥: remove unused IDs
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user