lib/config: Don't XML serialize deprecated minDiskFreePct

This commit is contained in:
Jakob Borg 2017-04-27 14:46:19 +09:00
parent e0405de5bf
commit 5045842f4f

View File

@ -46,7 +46,7 @@ type FolderConfiguration struct {
cachedPath string cachedPath string
DeprecatedReadOnly bool `xml:"ro,attr,omitempty" json:"-"` DeprecatedReadOnly bool `xml:"ro,attr,omitempty" json:"-"`
DeprecatedMinDiskFreePct float64 `xml:"minDiskFreePct" json:"-"` DeprecatedMinDiskFreePct float64 `xml:"minDiskFreePct,omitempty" json:"-"`
} }
type FolderDeviceConfiguration struct { type FolderDeviceConfiguration struct {