From 1782b586fe8e9727a8fbf891930e9043b8595709 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 23 Mar 2019 12:57:28 +0100 Subject: [PATCH] change daystring --- getPreview.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/getPreview.php b/getPreview.php index 00645e3..1a61ad0 100644 --- a/getPreview.php +++ b/getPreview.php @@ -89,7 +89,8 @@ $imageDataHash = ""; while(true) { - + $globalData['DayString'] = date("Ydm"); + $streamInfo = getStreamInfo($globalData['Channel']); $previewURL = getPreviewURL($streamInfo, "1920", "1080");