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 +}