From c0646f3d166ac0bfd306f7ac397ce823ba444d80 Mon Sep 17 00:00:00 2001 From: KseniiaSokolovaEpam <30492035+KseniiaSokolovaEpam@users.noreply.github.com> Date: Mon, 4 Feb 2019 09:16:53 +0300 Subject: [PATCH] [bugfix/PLAYER-5111] Player controls are not coming up with Audio only player (#231) --- skin.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/skin.json b/skin.json index 5c31906..fa1f7b3 100644 --- a/skin.json +++ b/skin.json @@ -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 },