mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 15:37:55 +02:00
updated json serilizer to return defaults
use enum text instead of number
This commit is contained in:
@@ -17,9 +17,9 @@ namespace NzbDrone.Core.Datastore.Events
|
||||
|
||||
public enum RepositoryAction
|
||||
{
|
||||
Created,
|
||||
Updated,
|
||||
Deleted
|
||||
Created = 1,
|
||||
Updated = 2,
|
||||
Deleted = 3
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user