mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Log level halfway there
This commit is contained in:
parent
f162c5848f
commit
84af2be14a
7 changed files with 87 additions and 3 deletions
12
NzbDrone.Core/Configuration/Events/ConfigFileSavedEvent.cs
Normal file
12
NzbDrone.Core/Configuration/Events/ConfigFileSavedEvent.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using NzbDrone.Common.Messaging;
|
||||
|
||||
namespace NzbDrone.Core.Configuration.Events
|
||||
{
|
||||
public class ConfigFileSavedEvent : IEvent
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue