Skip to content

Commit

Permalink
[player-4170]
Browse files Browse the repository at this point in the history
-added audioOnlyButtons skipControl button config
  • Loading branch information
aeng7 committed Aug 31, 2018
1 parent de5bc95 commit df72d5c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions skin.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,28 @@
"enabled": true,
"index": 4
}
},
"audioOnlyButtons": {
"previousVideo": {
"enabled": true,
"index": 1
},
"skipBackward": {
"enabled": true,
"index": 2
},
"playPause": {
"enabled": true,
"index": 3
},
"skipForward": {
"enabled": true,
"index": 4
},
"nextVideo": {
"enabled": true,
"index": 5
}
}
},
"controlBar": {
Expand Down

0 comments on commit df72d5c

Please sign in to comment.