From bd3ab6edfcdf7236ca89f95933dd3cfdd95c62ad Mon Sep 17 00:00:00 2001 From: Hager Ahmed Date: Thu, 5 Oct 2023 09:28:19 +0300 Subject: [PATCH] Update videos.action.js --- src/redux/actions/videos.action.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/redux/actions/videos.action.js b/src/redux/actions/videos.action.js index 89840a0..1fe443b 100644 --- a/src/redux/actions/videos.action.js +++ b/src/redux/actions/videos.action.js @@ -30,7 +30,7 @@ export const getPopularVideos = () => async (dispatch, getState) => { params: { part: 'snippet,contentDetails,statistics', chart: 'mostPopular', - regionCode: 'IN', + regionCode: 'US', maxResults: 20, pageToken: getState().homeVideos.nextPageToken, }, @@ -230,4 +230,4 @@ export const getVideosByChannel = id => async dispatch => { payload: error.response.data, }) } -} \ No newline at end of file +}