Skip to content

Commit

Permalink
chore: pass loadThumbnailWithKs configuration from host app
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Feb 23, 2023
1 parent 10d941c commit 4137ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configuration/analytics-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export function setConfig(config: AnalyticsConfig, hosted = false): void {
analyticsConfig.customData = config.customData || { };
analyticsConfig.multiAccount = config.multiAccount || false;
analyticsConfig.previewPlayer = config.previewPlayer || { loadJquery: true };
analyticsConfig.loadThumbnailWithKs = config.loadThumbnailWithKs || false;
setLiveEntryUsersReports(config.liveEntryUsersReports);
if (config.customStyle) {
setCustomStyle(config.customStyle);
Expand Down

0 comments on commit 4137ab1

Please sign in to comment.