mirror of
https://github.com/Xevion/glance.git
synced 2025-12-08 16:07:17 -06: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