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

update subtitle transcoding

This commit is contained in:
Luke Pulverenti 2015-10-05 12:05:08 -04:00
parent d62cd424f9
commit 45d5ffb922
4 changed files with 7 additions and 7 deletions

View file

@ -968,7 +968,7 @@
if (requiresNativeControls || AppInfo.isNativeApp) {
$('#video-fullscreenButton', videoControls).hide();
} else {
$('#video-fullscreenButton', videoControls).hide();
$('#video-fullscreenButton', videoControls).show();
}
if (AppInfo.hasPhysicalVolumeButtons) {