Update default feed
This commit is contained in:
parent
eb9f92f04a
commit
c07a1ab636
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ func (widget *Lobsters) Initialize() error {
|
|||
widget.withTitle("Lobsters").withCacheDuration(30 * time.Minute)
|
||||
|
||||
if widget.FeedUrl == "" {
|
||||
widget.FeedUrl = "https://lobste.rs/active.json"
|
||||
widget.FeedUrl = "https://lobste.rs/hottest.json"
|
||||
}
|
||||
|
||||
if widget.Limit <= 0 {
|
||||
|
|
Loading…
Add table
Reference in a new issue