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 3f79de5 commit 36649f5Copy full SHA for 36649f5
injected/src/features/duck-player-native.js
@@ -38,7 +38,7 @@ export class DuckPlayerNativeFeature extends ContentFeature {
38
39
const locale = args?.locale || args?.language || 'en';
40
const env = new Environment({
41
- debug: this.isDebug,
+ debug: this.isDebug || true, // TODO: Can't get this setting from iOS for some reason. Remove before shipping.
42
injectName: import.meta.injectName,
43
platform: this.platform,
44
locale,
0 commit comments