mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
Fix showing wrong state for finished torrent
This commit is contained in:
parent
97533145a7
commit
64d06f5650
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue