fix stopped list cannot display

This commit is contained in:
MaysWind 2016-05-16 21:45:54 +08:00
parent c25e790ecd
commit ec77ab9c20

View file

@ -67,7 +67,7 @@
} else if (location == 'waiting') {
invokeMethod = aria2RpcService.tellWaiting;
params = [0, 1000];
} else if (location == 'downloaded') {
} else if (location == 'stopped') {
invokeMethod = aria2RpcService.tellStopped;
params = [0, 1000];
}