Reverted large pause button

This commit is contained in:
Sam Potts
2018-09-25 23:07:48 +10:00
parent 7fed689f9a
commit f80b568e67
3 changed files with 3 additions and 8 deletions

3
src/js/controls.js vendored
View File

@ -219,12 +219,9 @@ const controls = {
case 'play-large':
attributes.class += ` ${this.config.classNames.control}--overlaid`;
toggle = true;
type = 'play';
label = 'play';
labelPressed = 'pause';
icon = 'play';
iconPressed = 'pause';
break;
default: