mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
missing bracklet
This commit is contained in:
parent
ee579a5e6d
commit
7fbd166725
1 changed files with 1 additions and 2 deletions
|
@ -352,8 +352,7 @@ class DelugeGTK:
|
|||
assert(len(all_files) == len(file_filter))
|
||||
i=0
|
||||
for f in all_files:
|
||||
self.file_store.append([not file_filter[i], f['path'], common.fsize(f['size']),
|
||||
f['offset'])
|
||||
self.file_store.append([not file_filter[i], f['path'], common.fsize(f['size']), f['offset']])
|
||||
i=i+1
|
||||
|
||||
return True
|
||||
|
|
Loading…
Add table
Reference in a new issue