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:
parent
d62cd424f9
commit
45d5ffb922
4 changed files with 7 additions and 7 deletions
|
@ -968,7 +968,7 @@
|
|||
if (requiresNativeControls || AppInfo.isNativeApp) {
|
||||
$('#video-fullscreenButton', videoControls).hide();
|
||||
} else {
|
||||
$('#video-fullscreenButton', videoControls).hide();
|
||||
$('#video-fullscreenButton', videoControls).show();
|
||||
}
|
||||
|
||||
if (AppInfo.hasPhysicalVolumeButtons) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue