Move some fields into ManagedTorrentInfo
This commit is contained in:
parent
ad7b59ea3c
commit
b4512e4809
3 changed files with 9 additions and 10 deletions
|
|
@ -128,6 +128,7 @@ impl JsonSessionPersistenceStore {
|
|||
write_torrent_file: bool,
|
||||
) -> anyhow::Result<()> {
|
||||
if !torrent
|
||||
.info
|
||||
.storage_factory
|
||||
.is_type_id(TypeId::of::<FilesystemStorageFactory>())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue