mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(downloadclient): Porla remove flags property (#1119)
Remove 'flags' property in the torrent item
This commit is contained in:
parent
816753f0da
commit
1413cf9ff3
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ type TorrentsListRes struct {
|
|||
type Torrent struct {
|
||||
DownloadRate int `json:"download_rate"`
|
||||
UploadRate int `json:"upload_rate"`
|
||||
Flags int `json:"flags"`
|
||||
InfoHash []string `json:"info_hash"`
|
||||
ListPeers int `json:"list_peers"`
|
||||
ListSeeds int `json:"list_seeds"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue