mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(feeds): create with indexer id (#260)
This commit is contained in:
parent
b7d1f216c0
commit
4d419abb72
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ type Feed struct {
|
|||
Settings map[string]string `json:"settings"`
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
IndexerID int `json:"-"`
|
||||
IndexerID int `json:"indexer_id,omitempty"`
|
||||
Indexerr FeedIndexer `json:"-"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue