-
Notifications
You must be signed in to change notification settings - Fork 27
Tags field missing in TorrentDetails (test) struct #273
Copy link
Copy link
Closed
Labels
Description
The TorrentDetails struct is missing the tags field:
#[derive(Deserialize, PartialEq, Debug)]
pub struct TorrentDetails {
pub torrent_id: Id,
pub uploader: String,
pub info_hash: String,
pub title: String,
pub description: String,
pub category: Category,
pub upload_date: UtcDateTime,
pub file_size: u64,
pub seeders: u64,
pub leechers: u64,
pub files: Vec<File>,
pub trackers: Vec<String>,
pub magnet_link: String,
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status