mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
This commit is contained in:
parent
625435646a
commit
f229f30eca
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ class manager:
|
|||
ret.update(self.get_supp_torrent_state(unique_ID))
|
||||
|
||||
# Get queue position
|
||||
ret['queue_pos'] = self.queue.index(unique_ID)
|
||||
ret['queue_pos'] = self.state.queue.index(unique_ID)
|
||||
|
||||
return ret
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue