From ea1670f6e05d22c516d364072b7dde9bf3ebb5ae Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 1 Sep 2022 11:18:13 +0300 Subject: Extract playback slots to config --- src/config.tsx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/config.tsx') diff --git a/src/config.tsx b/src/config.tsx index 0a79239..4ca4578 100644 --- a/src/config.tsx +++ b/src/config.tsx @@ -13,3 +13,7 @@ export const IMAGE_COORDINATES = [ [37.7157066403, 29.4538271687], [31.9347389087, 29.4373462909] ]; + +export const PLAYBACK_HOURS = 2; + +export const PLAYBACK_SLOTS = (PLAYBACK_HOURS * 6) - 1; \ No newline at end of file -- cgit v1.3.1