mirror of
https://github.com/kristoferssolo/transmission-rpc.git
synced 2025-10-21 20:10:37 +00:00
Make FreeSpace's fields public.
This commit is contained in:
parent
1e603ff839
commit
4ac95a6ffa
@ -59,9 +59,9 @@ impl RpcResponseArgument for BlocklistUpdate {}
|
||||
|
||||
#[derive(Deserialize, Debug, Clone)]
|
||||
pub struct FreeSpace {
|
||||
path: String,
|
||||
pub path: String,
|
||||
#[serde(rename = "size-bytes")]
|
||||
size_bytes: i64,
|
||||
pub size_bytes: i64,
|
||||
}
|
||||
impl RpcResponseArgument for FreeSpace {}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user