mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Fixed video player subtitles
This commit is contained in:
parent
0f8c87108b
commit
8b6894808f
@ -1363,6 +1363,7 @@ function tryRemoveElement(elem) {
|
||||
loading.show();
|
||||
|
||||
const dlg = document.createElement('div');
|
||||
dlg.setAttribute('dir', 'ltr');
|
||||
|
||||
dlg.classList.add('videoPlayerContainer');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user