Fix showing wrong state for finished torrent

This commit is contained in:
Calum Lind 2014-08-13 22:45:53 +01:00
parent 97533145a7
commit 64d06f5650
1 changed files with 1 additions and 1 deletions

View File

@ -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"