mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
Add some comments
This commit is contained in:
parent
88b0d6d458
commit
5787069b31
@ -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…
Reference in New Issue
Block a user