mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
User can now configure RSS Sync Interval
This commit is contained in:
parent
3a3d43b702
commit
083f649b5c
6 changed files with 50 additions and 11 deletions
8
NzbDrone.Core/Configuration/Events/ConfigSavedEvent.cs
Normal file
8
NzbDrone.Core/Configuration/Events/ConfigSavedEvent.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using NzbDrone.Common.Messaging;
|
||||
|
||||
namespace NzbDrone.Core.Configuration.Events
|
||||
{
|
||||
public class ConfigSavedEvent : IEvent
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue