Skip to content

Commit

Permalink
fix the bug in detail course view
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainaamr committed Jan 22, 2024
1 parent 3132b06 commit 55fae7c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/models/video/stream_state_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ class StreamState {
progress: progress,
isWatched: isWatched,
videoSource: videoSource,
streamsWithThumb: streamsWithThumb,
displayedStreams: displayedStreams,
error: null,
);
}
Expand All @@ -82,7 +84,9 @@ class StreamState {
progress: progress,
isWatched: isWatched,
videoSource: videoSource,
streamsWithThumb: streamsWithThumb,
displayedStreams: displayedStreams,
error: null,
);
}
}
}

0 comments on commit 55fae7c

Please sign in to comment.