summaryrefslogtreecommitdiff
path: root/src/config.tsx
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-09-01 11:18:13 +0300
committerYuval Adam <_@yuv.al>2022-09-01 11:18:13 +0300
commitea1670f6e05d22c516d364072b7dde9bf3ebb5ae (patch)
tree26399d10c52436741954315b2cf9016e86fec77c /src/config.tsx
parente268ee7078e259590ccfc9e79d88bac71d7f29ca (diff)
Extract playback slots to config
Diffstat (limited to 'src/config.tsx')
-rw-r--r--src/config.tsx4
1 files changed, 4 insertions, 0 deletions
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