Skip to content

Commit

Permalink
LPS-200907 Use a key that already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrinchaudhary authored and brianchandotcom committed Nov 16, 2023
1 parent 0f1e1c8 commit e105cba
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ public String getConfiguration(
"fields",
JSONUtil.putAll(
_createFieldJSONObject("url", "url", "text"),
_createFieldJSONObject(
"subtitles", "subtitles", "text"),
_createFieldJSONObject("subtitle", "subtitles", "text"),
_createFieldJSONObject(
"autoplay", "autoplay", "checkbox"),
_createFieldJSONObject("loop", "loop", "checkbox"),
Expand Down

0 comments on commit e105cba

Please sign in to comment.