mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Add hours as time frame for newsletters
This commit is contained in:
parent
d316aa34e2
commit
df72ecebf5
5 changed files with 43 additions and 14 deletions
|
@ -5521,7 +5521,8 @@ class WebInterface(object):
|
|||
"friendly_name": "",
|
||||
"cron": "0 0 * * 1",
|
||||
"active": 1
|
||||
"config": {"last_days": 7,
|
||||
"config": {"time_frame": 7,
|
||||
"time_frame_units": "days",
|
||||
"incl_libraries": [1, 2]
|
||||
},
|
||||
"email_config": {...},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue