From 18555a45e8ae43175f48becf50f69be77891b429 Mon Sep 17 00:00:00 2001
From: Nikolaj <2525536+svc-user@users.noreply.github.com>
Date: Wed, 21 Feb 2024 10:07:35 +0100
Subject: [PATCH] Add lazy loading of images on long play-lists
---
scripts/play.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/play.php b/scripts/play.php
index 524bed526..0bc81ef32 100644
--- a/scripts/play.php
+++ b/scripts/play.php
@@ -523,7 +523,7 @@ function toggleShiftFreq(filename, shiftAction, elem) {
if($num_rows < 100){
$imageelem = "";
} else {
- $imageelem = "
";
+ $imageelem = "
";
}
if($config["FULL_DISK"] == "purge") {