about summary refs log tree commit diff
path: root/src/structs/item.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs/item.go')
-rw-r--r--src/structs/item.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/structs/item.go b/src/structs/item.go
index 085ce5c..3c0e990 100644
--- a/src/structs/item.go
+++ b/src/structs/item.go
@@ -12,4 +12,5 @@ type Item struct {
 	IsSymlink    bool
 	URL          string
 	Size         string
+	Download     bool
 }