mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: RSS Sync Interval validation
This commit is contained in:
@@ -120,6 +120,11 @@ namespace NzbDrone.Core.Jobs
|
||||
return 10;
|
||||
}
|
||||
|
||||
if (interval < 0)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
return interval;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user