From e16c62c1aabb7b242c127e027cab1777eeead20c Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Sat, 14 May 2022 16:21:25 -0400 Subject: [PATCH] Making recordings actually usable for huge amounts of detections --- scripts/play.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/play.php b/scripts/play.php index 7418a95..0c38486 100644 --- a/scripts/play.php +++ b/scripts/play.php @@ -212,8 +212,9 @@ if(isset($_GET['species'])){ ?> $iter++; echo " - $date $time
$confidence
- + $date $time
$confidence
+ + "; }if($iter == 0){ echo "No recordings were found on this date.

They may have been deleted to make space for new recordings. You can modify this setting for the future in Tools -> Settings -> Advanced Settings -> Full Disk Behavior.";}echo "";} @@ -242,7 +243,8 @@ if(isset($_GET['filename'])){ $confidence = $results['Confidence']; echo " $date $time
$confidence
- + + "; }echo "";}?>