mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-24 01:04:44 +01:00
9 lines
176 B
C#
9 lines
176 B
C#
using NzbDrone.Common.Messaging;
|
|
using NzbDrone.Core.Messaging;
|
|
|
|
namespace NzbDrone.Core.Configuration.Events
|
|
{
|
|
public class ConfigFileSavedEvent : IEvent
|
|
{
|
|
}
|
|
}
|