Update Saqel Platform: 2026-09-02 07:52:23
This commit is contained in:
@@ -78,7 +78,7 @@ class VideoPlaybackCubit extends Cubit<VideoPlaybackState> {
|
||||
AppLogger.log('Loading Socratic playback for lesson: ${lesson.title}', tag: 'VIDEO_CUBIT');
|
||||
emit(VideoPlaybackLoading());
|
||||
try {
|
||||
final playback = await _repo.getLessonPlayback(lesson.id, subjectId: subject?.id);
|
||||
final playback = await _repo.getLessonPlayback(lesson.markdownFilePath ?? lesson.id, subjectId: subject?.id);
|
||||
emit(VideoPlaybackReady(
|
||||
playbackData: playback,
|
||||
lessonItem: lesson,
|
||||
|
||||
Reference in New Issue
Block a user