change the queue number server side
This commit is contained in:
parent
e441f96204
commit
0d069d0fe8
@ -493,6 +493,8 @@ class WebApi(JSONComponent):
|
|||||||
for id in torrents:
|
for id in torrents:
|
||||||
torrent = torrents[id]
|
torrent = torrents[id]
|
||||||
torrent["id"] = id
|
torrent["id"] = id
|
||||||
|
if torrent["queue"] == -1:
|
||||||
|
torrent["queue"] = 99999
|
||||||
|
|
||||||
def on_complete(result):
|
def on_complete(result):
|
||||||
d.callback(ui_info)
|
d.callback(ui_info)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user