mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-05 22:30:17 +00:00
feat(rss): config-ify rss
This commit is contained in:
parent
cdadadd6fd
commit
0c316b237d
8 changed files with 24 additions and 12 deletions
|
@ -181,7 +181,8 @@ impl InstanceInfo {
|
|||
Default use HLS: {:?}\n
|
||||
Default hide HLS notification: {:?}\n
|
||||
Default subscriptions: {:?}\n
|
||||
Default filters: {:?}\n",
|
||||
Default filters: {:?}\n
|
||||
RSS enabled: {:?}\n",
|
||||
self.package_name,
|
||||
self.crate_version,
|
||||
self.git_commit,
|
||||
|
@ -206,6 +207,7 @@ impl InstanceInfo {
|
|||
self.config.default_hide_hls_notification,
|
||||
self.config.default_subscriptions,
|
||||
self.config.default_filters,
|
||||
self.config.enable_rss,
|
||||
)
|
||||
}
|
||||
StringType::Html => self.to_table(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue