changes to task scheduling and readability change on downloads view

This commit is contained in:
Bryan Van Deusen
2026-01-29 19:33:04 -05:00
parent 575e20f58c
commit fcccfb24ee
18 changed files with 527 additions and 72 deletions
+2 -2
View File
@@ -89,7 +89,7 @@ async def create_subscription():
# Get default check interval from database settings
default_interval = await get_setting_value(
session, "download.schedule_interval", 3600
session, "download.schedule_interval", 28800
)
# Add sources if provided
@@ -263,7 +263,7 @@ async def add_source_to_subscription(subscription_id: int):
# Get default check interval from database settings
default_interval = await get_setting_value(
session, "download.schedule_interval", 3600
session, "download.schedule_interval", 28800
)
source = Source(