aboutsummaryrefslogtreecommitdiff
path: root/utils/mal/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'utils/mal/types.go')
-rw-r--r--utils/mal/types.go7
1 files changed, 1 insertions, 6 deletions
diff --git a/utils/mal/types.go b/utils/mal/types.go
index 9226072..241bc4e 100644
--- a/utils/mal/types.go
+++ b/utils/mal/types.go
@@ -1,17 +1,12 @@
package mal
-type ImageFormat struct {
+type Image struct {
Small string
Medium string
Large string
Original string
}
-type Image struct {
- JPG ImageFormat
- WEBP ImageFormat
-}
-
type Title struct {
English string
Japanese string