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:
parent
a2fe57466c
commit
3d3df5717d
7 changed files with 20 additions and 16 deletions
|
@ -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') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue