mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add play button for Mobile
This commit is contained in:
parent
7747aab4e7
commit
2ae0120146
1 changed files with 2 additions and 0 deletions
|
@ -172,6 +172,8 @@ export default function (options) {
|
|||
|
||||
html += '<div class="topActionButtons">';
|
||||
if (actionButtonsOnTop) {
|
||||
html += getIcon('play_arrow', 'btnSlideshowPause slideshowButton', true);
|
||||
|
||||
if (appHost.supports('filedownload') && options.user && options.user.Policy.EnableContentDownloading) {
|
||||
html += getIcon('file_download', 'btnDownload slideshowButton', true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue