Add ForRepair prop

This commit is contained in:
Ben Sarmiento
2023-10-24 04:54:24 +02:00
parent c643eb1751
commit 16668b90a1

View File

@@ -6,6 +6,7 @@ type Torrent struct {
realdebrid.Torrent
Directories []string
SelectedFiles []File
ForRepair bool
}
type File struct {