mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
disable model events for log repository
This commit is contained in:
parent
99f269cd95
commit
6936f042f5
3 changed files with 18 additions and 8 deletions
|
@ -13,14 +13,13 @@ namespace NzbDrone.Core.Datastore.Events
|
|||
Model = model;
|
||||
Action = action;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public enum RepositoryAction
|
||||
{
|
||||
Created = 1,
|
||||
Updated = 2,
|
||||
Deleted = 3
|
||||
}
|
||||
public enum RepositoryAction
|
||||
{
|
||||
Created = 1,
|
||||
Updated = 2,
|
||||
Deleted = 3
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue