OSDN Git Service

ファイル一覧情報をとるところまで。(SONY)
[gokigen/PKRemote.git] / app / src / main / java / net / osdn / gokigen / pkremote / camera / vendor / sony / wrapper / SonyCameraApi.java
index 374656b..371f974 100644 (file)
@@ -491,7 +491,7 @@ class SonyCameraApi implements ISonyCameraApi
     public JSONObject getContentList(JSONArray params)
     {
         try {
-            return (communicateJSON("avContent", "getContentList", new JSONArray().put(0, params), "1.3", -1));
+            return (communicateJSON("avContent", "getContentList", params, "1.3", -1));
         } catch (Exception e) {
             e.printStackTrace();
         }