mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-28 20:41:19 +00:00
Add information on disabling scheduling.
This commit is contained in:
parent
312eacf64c
commit
b5cdf3ceb2
2 changed files with 4 additions and 2 deletions
|
|
@ -139,7 +139,8 @@ const EPG = ({ epg = null, isOpen, onClose }) => {
|
|||
|
||||
<NumberInput
|
||||
label="Refresh Interval (hours)"
|
||||
description="How often to automatically refresh EPG data"
|
||||
description={<>How often to automatically refresh EPG data<br />
|
||||
(0 to disable automatic refreshes)</>}
|
||||
{...form.getInputProps('refresh_interval')}
|
||||
key={form.key('refresh_interval')}
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -317,7 +317,8 @@ const M3U = ({
|
|||
|
||||
<NumberInput
|
||||
label="Refresh Interval (hours)"
|
||||
description="How often to automatically refresh M3U data"
|
||||
description={<>How often to automatically refresh M3U data<br />
|
||||
(0 to disable automatic refreshes)</>}
|
||||
{...form.getInputProps('refresh_interval')}
|
||||
key={form.key('refresh_interval')}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue