From: Olaf Wintermann Date: Mon, 8 Dec 2025 11:56:20 +0000 (+0100) Subject: fix updateFeed does not save maxItemAge X-Git-Url: https://uap-core.de/gitweb/?a=commitdiff_plain;h=6664319491ad84d47ac74620d8e039de8582f900;p=rssreader.git fix updateFeed does not save maxItemAge --- diff --git a/rss-application/src/main/kotlin/de/unixwork/rssreader/FeedConfig.kt b/rss-application/src/main/kotlin/de/unixwork/rssreader/FeedConfig.kt index 2deabf3..538206c 100644 --- a/rss-application/src/main/kotlin/de/unixwork/rssreader/FeedConfig.kt +++ b/rss-application/src/main/kotlin/de/unixwork/rssreader/FeedConfig.kt @@ -276,7 +276,7 @@ class FeedConfig(toplevel: Toplevel) { it.updateInterval = updateIntv it.itemStateMode = itemStateMode it.internalBrowser = internalBrowser - + it.maxItemAge = maxItemAge try { Database.updateFeedCollection(it, uris, user, password, cert) } catch (e: Exception) {