diff options
-rw-r--r-- | src/structs/item.go | 2 |
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 } |