mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 09:49:13 +00:00
feat(feeds): show next run (#1074)
This commit is contained in:
parent
6fd8626507
commit
a6d789ee44
4 changed files with 31 additions and 5 deletions
1
web/src/types/Feed.d.ts
vendored
1
web/src/types/Feed.d.ts
vendored
|
@ -17,6 +17,7 @@ interface Feed {
|
|||
cookie: string;
|
||||
last_run: string;
|
||||
last_run_data: string;
|
||||
next_run: string;
|
||||
settings: FeedSettings;
|
||||
created_at: Date;
|
||||
updated_at: Date;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue