Fixed autocompletion bug, removed some useless comments
This commit is contained in:
parent
508dec4858
commit
1a1518ac1d
|
@ -637,7 +637,6 @@ class Legacy(BaseMode):
|
|||
possible_matches.append(torrent_id)
|
||||
break
|
||||
if torrent_name.startswith(line):
|
||||
self.write(escaped_name)
|
||||
possible_matches.append(escaped_name)
|
||||
break
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue