mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove unused function
(cherry picked from commit c1b65c0122949ccb99be794a6a81e59e8146d450)
This commit is contained in:
parent
cfd2ec1ddc
commit
2b156bfe57
1 changed files with 0 additions and 4 deletions
|
@ -152,10 +152,6 @@ import 'css!./backdrop';
|
||||||
setBackgroundContainerBackgroundEnabled();
|
setBackgroundContainerBackgroundEnabled();
|
||||||
}
|
}
|
||||||
|
|
||||||
function getRandom(min, max) {
|
|
||||||
return Math.floor(Math.random() * (max - min) + min);
|
|
||||||
}
|
|
||||||
|
|
||||||
let currentLoadingBackdrop;
|
let currentLoadingBackdrop;
|
||||||
function setBackdropImage(url) {
|
function setBackdropImage(url) {
|
||||||
if (currentLoadingBackdrop) {
|
if (currentLoadingBackdrop) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue