pub / tw2html

Checks online status of streams on twitch.tv and lets you watch them
git clone https://src.jayvii.de/pub/tw2html.git
Home | Log | Files | Exports | Refs | README | RSS

commit b2b324571557e265ef27a65b3b57439499af6f8e
parent c378e9bf4a1a9da0cd537e37926f0f4aba0c51bf
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Fri,  6 Dec 2024 18:22:02 +0100

fix: ensure streams array is sorted

Diffstat:
Mindex.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/index.php b/index.php @@ -38,6 +38,7 @@ } // Sort streams by alphabet and ensure each stream is unique + sort($streams); $streams = array_unique($streams); /* refresh cookie */