mirror of
https://github.com/glanceapp/glance.git
synced 2025-08-17 19:41:04 +02:00
Update default feed
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user