Fixing up initialization to allow passing in custom storages
This commit is contained in:
parent
1b49257019
commit
42bbf84ea5
8 changed files with 128 additions and 90 deletions
|
|
@ -203,7 +203,7 @@ impl TorrentStateLive {
|
|||
.info
|
||||
.file_infos
|
||||
.get(*id)
|
||||
.map(|fi| fi.filename.as_path())
|
||||
.map(|fi| fi.relative_filename.as_path())
|
||||
});
|
||||
pri
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue