From 16668b90a1d01070df134bf287cf136406fec690 Mon Sep 17 00:00:00 2001 From: Ben Sarmiento Date: Tue, 24 Oct 2023 04:54:24 +0200 Subject: [PATCH] Add ForRepair prop --- internal/torrent/types.go | 1 + 1 file changed, 1 insertion(+) 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 {