mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add some comments
This commit is contained in:
parent
88b0d6d458
commit
5787069b31
2 changed files with 2 additions and 0 deletions
|
@ -1342,6 +1342,7 @@ function tryRemoveElement(elem) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
// we need to hide scrollbar when starting playback from page with animated background
|
||||||
if (options.fullscreen) {
|
if (options.fullscreen) {
|
||||||
hidePrePlaybackPage();
|
hidePrePlaybackPage();
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,6 +54,7 @@ function createMediaElement(instance, options) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
// we need to hide scrollbar when starting playback from page with animated background
|
||||||
if (options.fullscreen) {
|
if (options.fullscreen) {
|
||||||
hideScroll();
|
hideScroll();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue