]> git.localhorst.tv Git - alttp.git/commitdiff
fix hth estimate
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 10 Jul 2025 07:11:49 +0000 (09:11 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 10 Jul 2025 07:11:49 +0000 (09:11 +0200)
app/Console/Commands/SyncHTH.php

index a101423451f12579587593385ec7af7870c00f9a..293c15b351ddeb6df0a8623ba96132e264b8c80b 100644 (file)
@@ -128,7 +128,7 @@ class SyncHTH extends Command {
                if (!$episode->start || $start->ne($episode->start)) {
                        $episode->start = $start;
                }
-               $episode->estimate = 90 * 60 * 60;
+               $episode->estimate = 90 * 60;
                $episode->confirmed = true;
                if ($hthEntry['room']) {
                        $episode->raceroom = $hthEntry['room'];