mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
Add some comments
This commit is contained in:
parent
88b0d6d458
commit
5787069b31
@ -1342,6 +1342,7 @@ function tryRemoveElement(elem) {
|
||||
}
|
||||
});
|
||||
} else {
|
||||
// we need to hide scrollbar when starting playback from page with animated background
|
||||
if (options.fullscreen) {
|
||||
hidePrePlaybackPage();
|
||||
}
|
||||
|
@ -54,6 +54,7 @@ function createMediaElement(instance, options) {
|
||||
}
|
||||
});
|
||||
} else {
|
||||
// we need to hide scrollbar when starting playback from page with animated background
|
||||
if (options.fullscreen) {
|
||||
hideScroll();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user