From 2de97cd74935b5215d2266a4ae0e06b34aa31a98 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 29 Apr 2026 07:23:36 +0300 Subject: fix(model): add Permissions field to Set struct to sync with repository layer --- internal/model/media.go | 1 + 1 file changed, 1 insertion(+) 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 } -- cgit v1.2.3