mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Improve link sharing dialog and api #18
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
@@ -35,7 +35,6 @@ type Folder struct {
|
||||
FolderIgnore bool `json:"Ignore" yaml:"Ignore,omitempty"`
|
||||
FolderWatch bool `json:"Watch" yaml:"Watch,omitempty"`
|
||||
FileCount int `gorm:"-" json:"FileCount" yaml:"-"`
|
||||
Links []Link `gorm:"foreignkey:share_uid;association_foreignkey:folder_uid" json:"Links" yaml:"-"`
|
||||
CreatedAt time.Time `json:"-" yaml:"-"`
|
||||
UpdatedAt time.Time `json:"-" yaml:"-"`
|
||||
ModifiedAt *time.Time `json:"ModifiedAt,omitempty" yaml:"-"`
|
||||
|
||||
Reference in New Issue
Block a user