Skip to content

Commit 36649f5

Browse files
committed
Restore verbose debugging
1 parent 3f79de5 commit 36649f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class DuckPlayerNativeFeature extends ContentFeature {
3838

3939
const locale = args?.locale || args?.language || 'en';
4040
const env = new Environment({
41-
debug: this.isDebug,
41+
debug: this.isDebug || true, // TODO: Can't get this setting from iOS for some reason. Remove before shipping.
4242
injectName: import.meta.injectName,
4343
platform: this.platform,
4444
locale,

0 commit comments

Comments
 (0)