We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ce990 commit 7df12e8Copy full SHA for 7df12e8
injected/src/features/duck-player-native.js
@@ -49,9 +49,6 @@ export class DuckPlayerNativeFeature extends ContentFeature {
49
const comms = new DuckPlayerNativeMessages(this.messaging);
50
const settings = { selectors };
51
52
- this.current = setupDuckPlayerForEverything(settings, env, comms);
53
- this.current.init();
54
-
55
comms.subscribeToURLChange(({ pageType }) => {
56
console.log('GOT PAGE TYPE', pageType);
57
// let next;
@@ -94,6 +91,9 @@ export class DuckPlayerNativeFeature extends ContentFeature {
94
91
return;
95
92
}
96
93
+ // this.current = setupDuckPlayerForEverything(settings, env, comms);
+ // this.current.init();
+
97
console.log('INITIAL SETUP', initialSetup);
98
99
0 commit comments