Fixed video player subtitles

This commit is contained in:
Hadi Charara 2022-07-05 22:25:13 -04:00
parent 0f8c87108b
commit 8b6894808f

View File

@ -1363,6 +1363,7 @@ function tryRemoveElement(elem) {
loading.show();
const dlg = document.createElement('div');
dlg.setAttribute('dir', 'ltr');
dlg.classList.add('videoPlayerContainer');