mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-05-09 07:13:59 -04:00
Add hour intervals for Seeker (#578)
This commit is contained in:
@@ -27,6 +27,11 @@ const INTERVAL_OPTIONS: SelectOption[] = [
|
||||
{ label: '15 minutes', value: 15 },
|
||||
{ label: '20 minutes', value: 20 },
|
||||
{ label: '30 minutes', value: 30 },
|
||||
{ label: '1 hour', value: 60 },
|
||||
{ label: '2 hours', value: 120 },
|
||||
{ label: '3 hours', value: 180 },
|
||||
{ label: '4 hours', value: 240 },
|
||||
{ label: '6 hours', value: 360 },
|
||||
];
|
||||
|
||||
const STRATEGY_OPTIONS: SelectOption[] = [
|
||||
|
||||
Reference in New Issue
Block a user