diff options
Diffstat (limited to 'api/current.xml')
-rw-r--r-- | api/current.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/api/current.xml b/api/current.xml index 211ad95..f4eefae 100644 --- a/api/current.xml +++ b/api/current.xml @@ -28843,7 +28843,7 @@ </parameter> </method> <method name="remove" - return="void" + return="int" abstract="false" native="false" synchronized="false" @@ -28852,7 +28852,7 @@ deprecated="not deprecated" visibility="public" > -<parameter name="id" type="long"> +<parameter name="ids" type="long..."> </parameter> </method> <field name="ACTION_DOWNLOAD_COMPLETE" @@ -29256,7 +29256,7 @@ deprecated="not deprecated" visibility="public" > -<parameter name="id" type="long"> +<parameter name="ids" type="long..."> </parameter> </method> <method name="setFilterByStatus" |