fix get task status
This commit is contained in:
parent
028147ab18
commit
4e543be55b
@ -67,7 +67,7 @@ public interface Aria2Client {
|
|||||||
|
|
||||||
// TODO: define return type
|
// TODO: define return type
|
||||||
@Aria2Method(Aria2MethodName.TELL_STATUS)
|
@Aria2Method(Aria2MethodName.TELL_STATUS)
|
||||||
Aria2Status tellStatus(String gid, String... keys);
|
Task tellStatus(String gid, String... keys);
|
||||||
|
|
||||||
@Aria2Method(Aria2MethodName.GET_URIS)
|
@Aria2Method(Aria2MethodName.GET_URIS)
|
||||||
String getUris(String gid);
|
String getUris(String gid);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user