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