Rename thumbnails to show-thumbnails

This commit is contained in:
Svilen Markov
2024-05-02 18:45:15 +01:00
parent 9c5b6045af
commit c97171883c
4 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ type Reddit struct {
Posts feed.ForumPosts `yaml:"-"`
Subreddit string `yaml:"subreddit"`
Style string `yaml:"style"`
Thumbnails bool `yaml:"thumbnails"`
ShowThumbnails bool `yaml:"show-thumbnails"`
CommentsUrlTemplate string `yaml:"comments-url-template"`
Limit int `yaml:"limit"`
CollapseAfter int `yaml:"collapse-after"`