mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add play button to program page
This commit is contained in:
parent
c1a71bf416
commit
a929bf05f5
2 changed files with 17 additions and 1 deletions
|
@ -38,6 +38,9 @@
|
|||
<p class="itemOverview mobileOverview"></p>
|
||||
</div>
|
||||
<div class="detailButtonsContainer">
|
||||
<span id="playButtonContainer" style="display: none;">
|
||||
<button id="btnPlay" type="button" data-icon="play" data-inline="true" data-mini="true">Play</button>
|
||||
</span>
|
||||
<span id="recordButtonContainer" style="display: none;">
|
||||
<button id="btnRecord" type="button" data-icon="video" data-inline="true" data-mini="true">Record</button>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue