Skip to content

Commit

Permalink
searchcubit code fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantKArya committed Aug 29, 2024
1 parent 075bfa6 commit d70dda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blocs/search/fetch_search_results.dart
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class FetchSearchResultsCubit extends Cubit<FetchSearchResultsState> {
log("Youtube Video Search", name: "FetchSearchRes");

last_YTV_search.query = query;
emit(FetchSearchResultsLoading());
emit(FetchSearchResultsLoading(resultType: resultType));

switch (resultType) {
case ResultTypes.playlists:
Expand Down

0 comments on commit d70dda0

Please sign in to comment.