diff --git a/deluge/ui/common.py b/deluge/ui/common.py index fbc75f3d0..c42dd862a 100644 --- a/deluge/ui/common.py +++ b/deluge/ui/common.py @@ -100,7 +100,7 @@ class TorrentInfo(object): for f in self.__m_metadata["info"]["files"]: self.__m_files.append({ - 'path': decode_string(os.path.join(prefix, decode_string(os.path.join(*f["path"])))) + 'path': decode_string(os.path.join(prefix, decode_string(os.path.join(*f["path"])))), 'size': f["length"], 'download': True })