mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07: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
|
|
{
|
|
}
|
|
}
|