mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
User configurable RSS Sync Time
New: RSS Sync Interval is now user configurable (Default 25 minutes)
This commit is contained in:
@@ -160,13 +160,19 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="retentionContainer">
|
||||
<div class="indexer-global-settings">
|
||||
@Html.ValidationSummary(true, "Unable to save your settings. Please correct the errors and try again.")
|
||||
<label class="labelClass">@Html.LabelFor(m => m.Retention)
|
||||
<span class="small">@Html.DescriptionFor(m => m.Retention)</span>
|
||||
<span class="small">@Html.ValidationMessageFor(m => m.Retention)</span>
|
||||
</label>
|
||||
@Html.TextBoxFor(m => m.Retention, new { @class = "inputClass" })
|
||||
|
||||
<label class="labelClass">@Html.LabelFor(m => m.RssSyncInterval)
|
||||
<span class="small">@Html.DescriptionFor(m => m.RssSyncInterval)</span>
|
||||
<span class="small">@Html.ValidationMessageFor(m => m.RssSyncInterval)</span>
|
||||
</label>
|
||||
@Html.TextBoxFor(m => m.RssSyncInterval, new { @class = "inputClass" })
|
||||
</div>
|
||||
|
||||
<button type="submit" class="save_button" disabled="disabled">Save</button>
|
||||
|
||||
Reference in New Issue
Block a user