From 39cadc9839df252a5956839ca3d807c271b1f497 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 22 Mar 2020 16:01:07 +0100 Subject: struct fields --- src/structs/item.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 } -- cgit 1.4.1