Pq преди 10 месеца
родител
ревизия
6bd0943974
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      student/src/main/java/com/cooleshow/student/presenter/course/VideoCoursePresenter.java

+ 1 - 0
student/src/main/java/com/cooleshow/student/presenter/course/VideoCoursePresenter.java

@@ -31,6 +31,7 @@ public class VideoCoursePresenter extends BasePresenter<VideoCourseContract.Vide
         try {
             if (!TextUtils.isEmpty(subjectId)) {
                 jsonObject.putOpt("subjectId", subjectId);
+                jsonObject.putOpt("lessonSubject", subjectId);
             }
             jsonObject.putOpt("search", search);
             jsonObject.putOpt("platform", "android");