update play buttons
This commit is contained in:
parent
1730740055
commit
7f6fe0d708
9 changed files with 81 additions and 20 deletions
|
@ -12,7 +12,7 @@
|
|||
<div id="itemBackdrop" class="itemBackdrop noBackdrop">
|
||||
<div class="itemBackdropContent">
|
||||
</div>
|
||||
<button is="emby-button" type="button" class="btnPlay detailFloatingButton hide fab autoSize" title="${ButtonPlay}"><i class="md-icon">play_arrow</i></button>
|
||||
<button is="emby-button" type="button" class="btnPlay detailFloatingButton hide fab autoSize" title="${ButtonPlay}" data-mode="playmenu"><i class="md-icon">play_arrow</i></button>
|
||||
</div>
|
||||
|
||||
<div class="detailLogo"></div>
|
||||
|
@ -38,7 +38,10 @@
|
|||
</div>
|
||||
|
||||
<div class="mainDetailButtons">
|
||||
<button is="emby-button" type="button" class="raised subdued btnPlay btnPlaySimple hide">
|
||||
<button is="emby-button" type="button" class="raised subdued btnPlay btnPlaySimple hide" data-mode="resume">
|
||||
<span>${ButtonResume}</span>
|
||||
</button>
|
||||
<button is="emby-button" type="button" class="raised subdued btnPlay btnPlaySimple hide" data-mode="play">
|
||||
<span>${ButtonPlay}</span>
|
||||
</button>
|
||||
<button is="emby-button" type="button" class="raised subdued btnInstantMix hide">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue