Skip to content

Commit 4e43d3c

Browse files
committed
Init again
1 parent 7df12e8 commit 4e43d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

injected/src/features/duck-player-native.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ export class DuckPlayerNativeFeature extends ContentFeature {
9191
return;
9292
}
9393

94-
// this.current = setupDuckPlayerForEverything(settings, env, comms);
95-
// this.current.init();
94+
this.current = setupDuckPlayerForEverything(settings, env, comms);
95+
this.current.init();
9696

9797
console.log('INITIAL SETUP', initialSetup);
9898
}

0 commit comments

Comments
 (0)