disable model events for log repository

This commit is contained in:
kay.one 2013-05-20 21:10:04 -07:00
commit 6936f042f5
3 changed files with 18 additions and 8 deletions

View file

@ -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
}