mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Fix loading indicator showing for theme videos
This commit is contained in:
@@ -1608,13 +1608,11 @@ export class HtmlVideoPlayer {
|
||||
|
||||
if (!dlg) {
|
||||
return import('./style.scss').then(() => {
|
||||
loading.show();
|
||||
if (options.fullscreen) loading.show();
|
||||
|
||||
const playerDlg = document.createElement('div');
|
||||
playerDlg.setAttribute('dir', 'ltr');
|
||||
|
||||
playerDlg.classList.add('videoPlayerContainer');
|
||||
|
||||
if (options.fullscreen) {
|
||||
playerDlg.classList.add('videoPlayerContainer-onTop');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user