diff options
Diffstat (limited to 'src/structs')
-rw-r--r-- | src/structs/item.go | 1 |
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 } |