about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-03-15 22:28:14 +0100
committerEmile <hanemile@protonmail.com>2020-03-15 22:28:14 +0100
commit7667cb11fa61ce4ee810a5c7f0d96df82eb54039 (patch)
tree4f3d145879058f3e7c5edf86d1e8705107641874 /src
parent16be9692a1b986ab05dafc2edb827bf8b63da4cd (diff)
Download
Diffstat (limited to 'src')
-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
 }