diff options
| author | RblSb <msrblsb@gmail.com> | 2020-06-06 10:19:18 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-06-06 13:57:41 +0300 |
| commit | 41e8165d3d701562af4eb78d86816fd1f88766af (patch) | |
| tree | 4b0ceed7d2c3300048dbc9dcc587a55640fd0834 /res/index.html | |
| parent | 8506b4edcb0a9bb1973bb38fcca4bcdc21e397c1 (diff) | |
Pause indicator
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> |
