Skip to content

Commit

Permalink
fixed rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Jul 15, 2024
1 parent 3341c2c commit 3259e74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/features/duck-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ export default class DuckPlayerFeature extends ContentFeature {

const env = new Environment({
debug: args.debug,
injectName: import.meta.injectName
injectName: import.meta.injectName,
platform: this.platform
})
const comms = new DuckPlayerOverlayMessages(this.messaging, env)

Expand Down

0 comments on commit 3259e74

Please sign in to comment.