Updated RSS Sync interval to 25 Minutes.
This commit is contained in:
parent
5a70fce2bf
commit
542f733494
|
@ -12,7 +12,7 @@
|
||||||
</style>
|
</style>
|
||||||
}
|
}
|
||||||
<div class="infoBox">
|
<div class="infoBox">
|
||||||
RSS feeds are checked every 15 minutes for new episodes.</div>
|
RSS feeds are checked every 25 minutes for new episodes.</div>
|
||||||
<div id="stylized">
|
<div id="stylized">
|
||||||
@using (Html.BeginForm("SaveIndexers", "Settings", FormMethod.Post, new { id = "IndexersForm", name = "IndexersForm", @class = "settingsForm" }))
|
@using (Html.BeginForm("SaveIndexers", "Settings", FormMethod.Post, new { id = "IndexersForm", name = "IndexersForm", @class = "settingsForm" }))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue