From 6e71e6b725aab600fb2260b94a7c6cb72dfbba8a Mon Sep 17 00:00:00 2001 From: Alex Eng Date: Tue, 4 Sep 2018 18:31:32 -0700 Subject: [PATCH] [player-4170] -changed audio only button naming to match video --- skin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skin.json b/skin.json index a8fd9a8..db3db5d 100644 --- a/skin.json +++ b/skin.json @@ -329,9 +329,9 @@ {"name":"moreOptions", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":50 } ], "audioOnly": [ - {"name":"centeredVolume", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":200 }, + {"name":"volume", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":200 }, {"name":"skipControls", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":200 }, - {"name":"audioOptions", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":50 }, + {"name":"moreOptions", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":50 }, {"name":"share", "location":"moreOptions" }, {"name":"playbackSpeed", "location":"moreOptions" } ]