diff options
| author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-06-26 17:54:16 -0400 |
|---|---|---|
| committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-06-26 17:54:16 -0400 |
| commit | 530f38e60d6289a221a463ba36af2ed22c15d8d2 (patch) | |
| tree | e26f8cb27b0d3920196bbe8899650e5dd85e971b /src/client/apis/youtube/YoutubeBox.tsx | |
| parent | b86050edd2da3acca258f117e8350aa8d53272d9 (diff) | |
Video Search Sample
Diffstat (limited to 'src/client/apis/youtube/YoutubeBox.tsx')
| -rw-r--r-- | src/client/apis/youtube/YoutubeBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/apis/youtube/YoutubeBox.tsx b/src/client/apis/youtube/YoutubeBox.tsx index b029c51ec..dce891a07 100644 --- a/src/client/apis/youtube/YoutubeBox.tsx +++ b/src/client/apis/youtube/YoutubeBox.tsx @@ -19,6 +19,7 @@ export class YoutubeBox extends React.Component<FieldViewProps> { componentWillMount() { DocServer.getYoutubeChannels(); + DocServer.getYoutubeVideos(); } _ignore = 0; |
