Open minyoungan opened 4 years ago
I fixed mine temporarly by removing the following if condition:
if (availableCourse.discounted_price === 0.0 || availableCourse.owned_by_reader) {
COURSE_URL_SLUG_LIST.push(availableCourse.course_url_slug);
}
to
COURSE_URL_SLUG_LIST.push(availableCourse.course_url_slug);
downloadAllCourses:true used to work, but I think it stopped working. It only downloads What would be the best way to troubleshoot?