Skip to content

Commit 505e147

Browse files
committed
1.x - Adding default trending videos from US
1 parent da03da9 commit 505e147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/config/youtube.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import 'rxjs/add/operator/map';
66
export class YoutubeGetVideo {
77

88
private url = 'https://www.googleapis.com/youtube/v3/';
9-
private regionCode = 'RO';
9+
private regionCode = 'US';
1010
private videoDetails = 'part=snippet,contentDetails,statistics,status';
1111
private feedDetails = '&chart=mostPopular&regionCode=' + this.regionCode;
1212
private apiKey = 'AIzaSyDcMvWlqPTHg7rHm-CTVXJwpaVGXKu7cBc';

0 commit comments

Comments
 (0)