mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update video osd
This commit is contained in:
parent
b2bab22271
commit
ba2ccfb17a
13 changed files with 54 additions and 80 deletions
|
@ -50,14 +50,10 @@
|
|||
<i class="md-icon">skip_previous</i>
|
||||
</button>
|
||||
|
||||
<button is="paper-icon-button-light" class="btnPause btnPlayStateCommand autoSize" title="${ButtonPause}">
|
||||
<button is="paper-icon-button-light" class="btnPlayPause btnPlayStateCommand autoSize" title="${ButtonPause}">
|
||||
<i class="md-icon">pause</i>
|
||||
</button>
|
||||
|
||||
<button is="paper-icon-button-light" class="btnPlay btnPlayStateCommand autoSize" title="${ButtonPlay}">
|
||||
<i class="md-icon">play_arrow</i>
|
||||
</button>
|
||||
|
||||
<button is="paper-icon-button-light" class="btnPlayStateCommand btnStop autoSize" title="${ButtonStop}">
|
||||
<i class="md-icon">stop</i>
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue