User can now configure RSS Sync Interval

This commit is contained in:
Mark McDowall 2013-08-05 22:22:58 -07:00
commit 083f649b5c
6 changed files with 50 additions and 11 deletions

View file

@ -0,0 +1,8 @@
using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.Configuration.Events
{
public class ConfigSavedEvent : IEvent
{
}
}