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

added recording logging

This commit is contained in:
Luke Pulverenti 2015-08-04 23:43:54 -04:00
parent a2fe57466c
commit 3d3df5717d
7 changed files with 20 additions and 16 deletions

View file

@ -513,10 +513,8 @@
if (playerInfo.isLocalPlayer && AppInfo.hasPhysicalVolumeButtons) {
$('.volumeButton', page).css('visibility', 'hidden');
$('.nowPlayingPageVolumeControl', page).hide();
} else {
$('.volumeButton', page).css('visibility', 'visible');
$('.nowPlayingPageVolumeControl', page).show();
}
if (item && item.MediaType == 'Audio') {