Skip to content

Commit

Permalink
Make Duck Player disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisBarreiro committed Aug 7, 2024
1 parent 6ecf310 commit 01cdb4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ interface DuckPlayerFeature {
* @return `true` when the remote config has the global "duckPlayer" feature flag enabled
* If the remote feature is not present defaults to `true`
*/
@Toggle.DefaultValue(true)
@Toggle.DefaultValue(false)
fun self(): Toggle
}

0 comments on commit 01cdb4e

Please sign in to comment.