From df72d5cf514e8566b32339cf3ff35ab4f6f1a69f Mon Sep 17 00:00:00 2001 From: Alex Eng Date: Thu, 30 Aug 2018 18:05:25 -0700 Subject: [PATCH] [player-4170] -added audioOnlyButtons skipControl button config --- skin.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/skin.json b/skin.json index 27b05ba..a8fd9a8 100644 --- a/skin.json +++ b/skin.json @@ -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": {