enable loop for scrolling dynamic displays

This commit is contained in:
Chuck
2025-09-12 18:12:02 -04:00
parent 7685586508
commit b5cb71b68d
2 changed files with 41 additions and 8 deletions

View File

@@ -146,7 +146,7 @@
"update_interval": 3600,
"scroll_speed": 1,
"scroll_delay": 0.01,
"loop": false,
"loop": true,
"future_fetch_days": 50,
"show_channel_logos": true,
"dynamic_duration": true,
@@ -187,7 +187,7 @@
"scroll_speed": 1,
"scroll_delay": 0.01,
"display_duration": 60,
"loop": false,
"loop": true,
"request_timeout": 30,
"dynamic_duration": true,
"min_duration": 45,