diff --git a/internal/torrent/types.go b/internal/torrent/types.go index 50b3946..de3844d 100644 --- a/internal/torrent/types.go +++ b/internal/torrent/types.go @@ -6,6 +6,7 @@ type Torrent struct { realdebrid.Torrent Directories []string SelectedFiles []File + ForRepair bool } type File struct {