Skip to content

Commit

Permalink
chore: fix cdn url for loading getting started video KMCNG-2524
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Sep 7, 2023
1 parent 671a38d commit 9fd9bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kmc-app/components/dashboard/dashboard.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class DashboardComponent implements OnInit, AfterViewInit, OnDestroy {
// promo videos are hard coded to Kaltura production server in order to support additional environments
public _uiconf = 53016472;
public _pid = '811441';
public _cdnUrl = 'http://www.kaltura.com';
public _cdnUrl = 'https://www.kaltura.com';

public _studioPlayerReady = false;
public _studioBannerUrl = buildDeployUrl('./assets/studio.png');
Expand Down

0 comments on commit 9fd9bd3

Please sign in to comment.