Skip to content

Commit

Permalink
Merge branch 'cbrelease-4.8.16.2' of github.com:KB-iGOT/sunbird-cb-po…
Browse files Browse the repository at this point in the history
…rtal into email-address-removal
  • Loading branch information
Vishnu Bansal committed Aug 14, 2024
2 parents 0072bb1 + cb40cb3 commit c78974a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class AppTourVideoComponent implements OnInit, OnDestroy {

ngOnInit() {
this.environment = environment
this.videoUrl = `https://${this.environment.sitePath}/content-store/Website_Video.mp4`
this.videoUrl = `https://${this.environment.sitePath}/assets/public/content/guide-videos/Website_Video.mp4`
try {
if (this.videoProgressTime > 0) {
this.videoPlayedProgress = false
Expand Down

0 comments on commit c78974a

Please sign in to comment.