mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-23 16:48:21 +00:00
This commit is contained in:
parent
625435646a
commit
f229f30eca
@ -340,7 +340,7 @@ class manager:
|
|||||||
ret.update(self.get_supp_torrent_state(unique_ID))
|
ret.update(self.get_supp_torrent_state(unique_ID))
|
||||||
|
|
||||||
# Get queue position
|
# Get queue position
|
||||||
ret['queue_pos'] = self.queue.index(unique_ID)
|
ret['queue_pos'] = self.state.queue.index(unique_ID)
|
||||||
|
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user