-
-
- ${renderIcon('restart', { class: cn(icon, iconState.play.restart) })}
- ${renderIcon('play', { class: cn(icon, iconState.play.play) })}
- ${renderIcon('pause', { class: cn(icon, iconState.play.pause) })}
-
-
-
-
-
-
-
-
-
+
+
+ ${renderIcon('restart', { class: cn(icon, iconState.play.restart) })}
+ ${renderIcon('play', { class: cn(icon, iconState.play.play) })}
+ ${renderIcon('pause', { class: cn(icon, iconState.play.pause) })}
+
+
+
+
+
+
+
+
+
${renderIcon('volume-off', { class: cn(icon, iconState.mute.volumeOff) })}
${renderIcon('volume-low', { class: cn(icon, iconState.mute.volumeLow) })}
@@ -84,59 +84,59 @@ function getTemplateHTML() {
-
- ${renderIcon('captions-off', { class: cn(icon, iconState.captions.off) })}
- ${renderIcon('captions-on', { class: cn(icon, iconState.captions.on) })}
-
-
-
-
- ${renderIcon('cast-enter', { class: cn(icon, iconState.cast.enter) })}
- ${renderIcon('cast-exit', { class: cn(icon, iconState.cast.exit) })}
-
-
-
- ${renderIcon('airplay-enter', { class: cn(icon, iconState.airplay.enter) })}
- ${renderIcon('airplay-exit', { class: cn(icon, iconState.airplay.exit) })}
-
-
-
- ${renderIcon('pip-enter', { class: cn(icon, iconState.pip.off) })}
- ${renderIcon('pip-exit', { class: cn(icon, iconState.pip.on) })}
-
-
-
- ${renderIcon('fullscreen-enter', { class: cn(icon, iconState.fullscreen.enter) })}
- ${renderIcon('fullscreen-exit', { class: cn(icon, iconState.fullscreen.exit) })}
-
-
-
+
+ ${renderIcon('captions-off', { class: cn(icon, iconState.captions.off) })}
+ ${renderIcon('captions-on', { class: cn(icon, iconState.captions.on) })}
+
+
+
+
+ ${renderIcon('cast-enter', { class: cn(icon, iconState.cast.enter) })}
+ ${renderIcon('cast-exit', { class: cn(icon, iconState.cast.exit) })}
+
+
+
+ ${renderIcon('airplay-enter', { class: cn(icon, iconState.airplay.enter) })}
+ ${renderIcon('airplay-exit', { class: cn(icon, iconState.airplay.exit) })}
+
+
+
+ ${renderIcon('pip-enter', { class: cn(icon, iconState.pip.off) })}
+ ${renderIcon('pip-exit', { class: cn(icon, iconState.pip.on) })}
+
+
+
+ ${renderIcon('fullscreen-enter', { class: cn(icon, iconState.fullscreen.enter) })}
+ ${renderIcon('fullscreen-exit', { class: cn(icon, iconState.fullscreen.exit) })}
+
+
+