Skip to content

Commit

Permalink
[bugfix/PLAYER-5111] Player controls are not coming up with Audio onl…
Browse files Browse the repository at this point in the history
…y player (#231)
  • Loading branch information
KseniiaSokolovaEpam authored and zelibobla committed Feb 4, 2019
1 parent 533ebad commit c0646f3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion skin.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,13 @@
{"name":"moreOptions", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":28 }
],
"audioOnly": {
"desktop": [{"name":"skipControls", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":200 }],
"desktop": [
{"name":"volume", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":200 },
{"name":"skipControls", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":200 },
{"name":"moreOptions", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":50 },
{"name":"share", "location":"moreOptions" },
{"name":"playbackSpeed", "location":"moreOptions" }
],
"mobile": [
{"name":"volume", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":60 },
{"name":"seekBackwards", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":60 },
Expand Down

0 comments on commit c0646f3

Please sign in to comment.