diff options
Diffstat (limited to 'src/config.tsx')
| -rw-r--r-- | src/config.tsx | 4 |
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 |
