From 1413cf9ff319561b2520b832b331ea8d1515edc3 Mon Sep 17 00:00:00 2001 From: Viktor Elofsson Date: Tue, 19 Sep 2023 18:22:12 +0200 Subject: [PATCH] fix(downloadclient): Porla remove flags property (#1119) Remove 'flags' property in the torrent item --- pkg/porla/domain.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/porla/domain.go b/pkg/porla/domain.go index 6096e22..272fc21 100644 --- a/pkg/porla/domain.go +++ b/pkg/porla/domain.go @@ -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"`