fix stopped list cannot display
This commit is contained in:
parent
c25e790ecd
commit
ec77ab9c20
|
@ -67,7 +67,7 @@
|
||||||
} else if (location == 'waiting') {
|
} else if (location == 'waiting') {
|
||||||
invokeMethod = aria2RpcService.tellWaiting;
|
invokeMethod = aria2RpcService.tellWaiting;
|
||||||
params = [0, 1000];
|
params = [0, 1000];
|
||||||
} else if (location == 'downloaded') {
|
} else if (location == 'stopped') {
|
||||||
invokeMethod = aria2RpcService.tellStopped;
|
invokeMethod = aria2RpcService.tellStopped;
|
||||||
params = [0, 1000];
|
params = [0, 1000];
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue