1
0
Fork 0
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:
grafixeyehero 2020-06-16 23:51:30 +03:00
parent cfd2ec1ddc
commit 2b156bfe57

View file

@ -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) {