diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-29 07:23:36 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-29 07:23:36 +0300 |
| commit | 2de97cd74935b5215d2266a4ae0e06b34aa31a98 (patch) | |
| tree | f0791bc3b35627fceec7f89b817a64fff2214ad5 | |
| parent | 655b01e5b19b72dc133e7b24c658e0ec3f611bb0 (diff) | |
fix(model): add Permissions field to Set struct to sync with repository layer
| -rw-r--r-- | internal/model/media.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/model/media.go b/internal/model/media.go index cae1c8d..1cb2949 100644 --- a/internal/model/media.go +++ b/internal/model/media.go @@ -34,6 +34,7 @@ type Set struct { Name string RootPath string CoverThumbnailPath string + Permissions []SetPermission CreatedAt time.Time } |
