]> git.localhorst.tv Git - alttp.git/commitdiff
actually set flag lol
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 2 Feb 2026 11:52:17 +0000 (12:52 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 2 Feb 2026 11:52:17 +0000 (12:52 +0100)
app/Console/Commands/SyncHTH.php

index 93dd120cfa0ac187268510735116b12fb6f457b8..1979c1defbefa03319f191ad019b01402407398a 100644 (file)
@@ -160,7 +160,7 @@ class SyncHTH extends Command {
                        $episode->raceroom = $hthEntry['room'];
                }
                if (!$hthEntry['restreamConsent']) {
-                       $episode->do_not_restream = false;
+                       $episode->do_not_restream = true;
                }
                $episode->save();