Skip to content

Commit

Permalink
[iOS] Enable New Playlist UI to Beta and Nightly [staging] (#1149)
Browse files Browse the repository at this point in the history
Fixes #1148

Co-authored-by: Kamil Jozwiak <[email protected]>
  • Loading branch information
iccub and kjozwiak authored Aug 1, 2024
1 parent 793d6b9 commit c4652a5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -3024,6 +3024,33 @@
]
},
"name": "BraveP3ANebulaRelease"
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"NewPlaylistUI"
]
},
"name": "Enabled",
"probability_weight": 100
},
{
"name": "Default",
"probability_weight": 0
}
],
"filter": {
"channel": [
"NIGHTLY",
"BETA"
],
"platform": [
"IOS"
]
},
"name": "NewiOSPlaylistUIStudy"
}
],
"version": "1"
Expand Down

0 comments on commit c4652a5

Please sign in to comment.