diff options
Diffstat (limited to 'media')
| -rw-r--r-- | media/path.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media/path.go b/media/path.go index 1248ed5..bc40b37 100644 --- a/media/path.go +++ b/media/path.go @@ -2,6 +2,7 @@ package media // Path represents a media library path. type Path struct { - Path string - Prefix string + Path string + Prefix string + PreserveUploadFilename bool } |
