mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
Fix mistake in convert_lt_files
This commit is contained in:
parent
9347a78482
commit
e30e2ef2c3
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ def sanitize_filepath(filepath, folder=False):
|
||||||
return newfilepath
|
return newfilepath
|
||||||
|
|
||||||
|
|
||||||
def convert_lt_files(self, files):
|
def convert_lt_files(files):
|
||||||
"""Indexes and decodes files from libtorrent get_files().
|
"""Indexes and decodes files from libtorrent get_files().
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue