mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 09:58:39 +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",
|
"checking_files": "Checking",
|
||||||
"downloading_metadata": "Downloading",
|
"downloading_metadata": "Downloading",
|
||||||
"downloading": "Downloading",
|
"downloading": "Downloading",
|
||||||
"finished": "Finished",
|
"finished": "Seeding",
|
||||||
"seeding": "Seeding",
|
"seeding": "Seeding",
|
||||||
"allocating": "Allocating",
|
"allocating": "Allocating",
|
||||||
"checking_resume_data": "Checking"
|
"checking_resume_data": "Checking"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue