Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
fix videoDetailSeriesMeta
Browse files Browse the repository at this point in the history
  • Loading branch information
MelizzaP committed Aug 10, 2016
1 parent 10ef9b4 commit 0d8d4ea
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@ VideoDetailPage.prototype.fetchVideo = function() {
VideoDetailPage.prototype.videoDataFetched = function(videoObject) {
var source = this.videohubBase + '/api/series/' + videoObject.series_slug + '/videos';
new CurrentEpisodeData(videoObject);
new this.VideoDetailSeriesMeta(videoObject.series_slug);
new VideoDetailSeriesMeta(videoObject.series_slug);
this.seriesVideoGrid = new SeriesVideoGrid(source, '#detail-video-list');
};

Expand Down

0 comments on commit 0d8d4ea

Please sign in to comment.