mirror of
https://github.com/idanoo/autobrr
synced 2025-07-26 02:09:13 +00:00
feat: return action rejections from arrs (#103)
* refactor: push status * feat: return push status for arr actions
This commit is contained in:
parent
20138030e1
commit
373c85f060
16 changed files with 294 additions and 255 deletions
2
web/src/types/Release.d.ts
vendored
2
web/src/types/Release.d.ts
vendored
|
@ -18,7 +18,7 @@ interface ReleaseActionStatus {
|
|||
action: string;
|
||||
type: string;
|
||||
rejections: string[];
|
||||
timestamp: Date
|
||||
timestamp: string
|
||||
}
|
||||
|
||||
interface ReleaseFindResponse {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue