fix(downloadclient): Porla remove flags property (#1119)

Remove 'flags' property in the torrent item
This commit is contained in:
Viktor Elofsson 2023-09-19 18:22:12 +02:00 committed by GitHub
parent 816753f0da
commit 1413cf9ff3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"`