config update
This commit is contained in:
@@ -193,7 +193,7 @@ public class CourseController {
|
||||
|
||||
Integer videoId = Integer.valueOf(map.get("videoId").toString());
|
||||
String po = map.get("position").toString();
|
||||
if(Objects.equals(po, "none")){
|
||||
if(Objects.equals(po, "none")||po==""){
|
||||
return R.ok();
|
||||
}
|
||||
int position = Integer.valueOf(po);
|
||||
|
||||
Reference in New Issue
Block a user