Fix typo in preferences.html

PR #20326.
This commit is contained in:
jNullj 2024-01-26 09:58:57 +02:00 committed by GitHub
parent 94e80d01a8
commit df41940ebc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2235,7 +2235,7 @@ Use ';' to split multiple entries. Can use wildcard '*'.)QBT_TR[CONTEXT=OptionsD
// RSS Tab
$('enable_fetching_rss_feeds_checkbox').setProperty('checked', pref.rss_processing_enabled);
$('feed_refresh_interval').setProperty('value', pref.rss_refresh_interval);
$('feedFetchDelay').setProperty('value', perf.rss_fetch_delay);
$('feedFetchDelay').setProperty('value', pref.rss_fetch_delay);
$('maximum_article_number').setProperty('value', pref.rss_max_articles_per_feed);
$('enable_auto_downloading_rss_torrents_checkbox').setProperty('checked', pref.rss_auto_downloading_enabled);
$('downlock_repack_proper_episodes').setProperty('checked', pref.rss_download_repack_proper_episodes);