Should be working ok now
This commit is contained in:
parent
5e728fc67b
commit
afbf2a76b9
8 changed files with 197 additions and 105 deletions
|
|
@ -29,8 +29,8 @@ fn ensure_file_length(file: &File, length: u64) -> anyhow::Result<()> {
|
|||
}
|
||||
|
||||
pub struct TorrentStateInitializing {
|
||||
meta: Arc<ManagedTorrentInfo>,
|
||||
only_files: Option<Vec<usize>>,
|
||||
pub(crate) meta: Arc<ManagedTorrentInfo>,
|
||||
pub(crate) only_files: Option<Vec<usize>>,
|
||||
}
|
||||
|
||||
impl TorrentStateInitializing {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue