1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update recording editor

This commit is contained in:
Luke Pulverenti 2016-05-10 01:00:50 -04:00
parent 4d7b51f730
commit 9f38a33388
2 changed files with 17 additions and 20 deletions

View file

@ -696,7 +696,9 @@
html += '<div id="pause" class="status"></div>';
html += '</div>';
html += '<div class="videoTopControls hiddenOnIdle">';
var hiddenOnIdleClass = AppInfo.isNativeApp && browserInfo.android ? 'hiddenOnIdle hide' : 'hiddenOnIdle';
html += '<div class="videoTopControls ' + hiddenOnIdleClass + '">';
html += '<div class="videoTopControlsLogo"></div>';
html += '<div class="videoAdvancedControls">';
@ -713,7 +715,7 @@
html += '</div>'; // videoTopControls
// Create controls
html += '<div class="videoControls hiddenOnIdle">';
html += '<div class="videoControls ' + hiddenOnIdleClass + '">';
html += '<div class="nowPlayingInfo hide">';
html += '<div class="nowPlayingImage"></div>';