Skip to content

Commit

Permalink
fetch live now thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainaamr committed Jan 28, 2024
1 parent 5589b44 commit d756956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/course_view/courses_overview.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class CourseOverviewState extends ConsumerState<CourseOverview> {
await userViewModelNotifier.fetchUserCourses();
await videoViewModelNotifier.fetchLiveNowStreams();
await videoViewModelNotifier.fetchLiveThumbnails();
await userViewModelNotifier.fetchUserPinned();
await pinnedViewModelNotifier.fetchUserPinned();
await userViewModelNotifier.fetchPublicCourses();
await userViewModelNotifier.fetchSemesters();

Expand Down

0 comments on commit d756956

Please sign in to comment.