1 Commits

Author SHA1 Message Date
cake
9b2fea6fa4 Updated DTO 2025-12-06 22:58:30 +01:00

View File

@@ -4,4 +4,4 @@ using MessagePack;
namespace LightlessSync.API.Dto.Group;
[MessagePackObject(keyAsPropertyName: true)]
public record GroupPruneSettingsDto(GroupData Group, bool AutoPruneEnabled, int AutoPruneDays);
public record GroupPruneSettingsDto(GroupData Group, bool AutoPruneEnabled, int AutoPruneDays) : GroupDto(Group);