Compare commits
3 Commits
8ea337ab2d
...
auto-prune
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e7d7bf489 | ||
|
|
9b2fea6fa4 | ||
|
|
efb5a8072b |
@@ -1,6 +1,7 @@
|
||||
using LightlessSync.API.Data;
|
||||
using MessagePack;
|
||||
|
||||
namespace LightlessSync.API.Dto.Group
|
||||
{
|
||||
public record GroupPruneSettingsDto(GroupData Group, bool AutoPruneEnabled, int AutoPruneDays);
|
||||
}
|
||||
namespace LightlessSync.API.Dto.Group;
|
||||
|
||||
[MessagePackObject(keyAsPropertyName: true)]
|
||||
public record GroupPruneSettingsDto(GroupData Group, bool AutoPruneEnabled, int AutoPruneDays);
|
||||
Reference in New Issue
Block a user