Prevent users from modifying internal property

This commit is contained in:
Svilen Markov 2024-07-03 19:48:58 +01:00
parent a2b7f59dc9
commit 16da25898f

View File

@ -61,7 +61,7 @@ type RSSFeedRequest struct {
HideCategories bool `yaml:"hide-categories"`
HideDescription bool `yaml:"hide-description"`
ItemLinkPrefix string `yaml:"item-link-prefix"`
IsDetailed bool
IsDetailed bool `yaml:"-"`
}
type RSSFeedItems []RSSFeedItem