Fix showing wrong state for finished torrent
This commit is contained in:
parent
97533145a7
commit
64d06f5650
|
@ -36,7 +36,7 @@ LT_TORRENT_STATE_MAP = {
|
|||
"checking_files": "Checking",
|
||||
"downloading_metadata": "Downloading",
|
||||
"downloading": "Downloading",
|
||||
"finished": "Finished",
|
||||
"finished": "Seeding",
|
||||
"seeding": "Seeding",
|
||||
"allocating": "Allocating",
|
||||
"checking_resume_data": "Checking"
|
||||
|
|
Loading…
Reference in New Issue