|
@@ -156,7 +156,7 @@ public class live extends Controller {
|
|
|
//ÈË´Î
|
|
|
liveuv = paoRemote.getInt("liveuv");
|
|
|
//ʱ³¤
|
|
|
- duration = paoRemote.getInt("duration") / 60;
|
|
|
+ duration = paoRemote.getInt("duration") ;
|
|
|
}
|
|
|
|
|
|
JSONObject resultObject = new JSONObject();
|
|
@@ -271,7 +271,7 @@ public class live extends Controller {
|
|
|
//ÈË´Î
|
|
|
liveuv = paoRemote.getInt("liveuv");
|
|
|
//ʱ³¤
|
|
|
- duration = paoRemote.getInt("duration") / 60;
|
|
|
+ duration = paoRemote.getInt("duration") ;
|
|
|
}
|
|
|
|
|
|
JSONObject resultObject = new JSONObject();
|