diff options
Diffstat (limited to 'res/index.html')
| -rw-r--r-- | res/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/index.html b/res/index.html index 8a8f516..d901198 100644 --- a/res/index.html +++ b/res/index.html @@ -24,7 +24,7 @@ </header> <!-- Video controls --> <span class="controls"> - <button id="togglesynch" title="${toggleVideoSync}"><ion-icon name="play"></ion-icon></button> + <button id="togglesynch" title="${toggleVideoSync}"><ion-icon id="pause-indicator" name="play"></ion-icon></button> <button id="mediarefresh" title="${refreshPlayer}"><ion-icon name="refresh"></ion-icon></button> <button id="fullscreenbtn" title="${fullscreenPlayer}"><ion-icon name="expand"></ion-icon></button> <button id="voteskip" title="${voteForSkip}"><ion-icon name="play-skip-forward"></ion-icon></button> |
