Only load storyboards on non-live videos

This commit is contained in:
Preston 2020-08-18 19:32:44 -04:00
parent b87bf0fe93
commit 2942630f2e
1 changed files with 3 additions and 3 deletions

View File

@ -296,10 +296,10 @@ export default Vue.extend({
} else { } else {
this.activeSourceList = this.videoSourceList this.activeSourceList = this.videoSourceList
} }
}
const templateUrl = result.player_response.storyboards.playerStoryboardSpecRenderer.spec const templateUrl = result.player_response.storyboards.playerStoryboardSpecRenderer.spec
this.createLocalStoryboardUrls(templateUrl) this.createLocalStoryboardUrls(templateUrl)
}
const captionTracks = const captionTracks =
result.player_response.captions && result.player_response.captions &&