aboutsummaryrefslogtreecommitdiff
path: root/utils/mal/types.go
diff options
context:
space:
mode:
authorBobby <[email protected]>2026-02-26 15:56:42 +0530
committerBobby <[email protected]>2026-02-26 15:56:42 +0530
commit303f5beefb534a1684a2ec6364672d7f15f42c10 (patch)
tree095afe29e2bbc7aabf3897193b6d535e47158ab1 /utils/mal/types.go
parent627c2c239e0a44b6363a9f02235a73f5e2c81d2e (diff)
downloadmetachan-main.tar.xz
metachan-main.zip
anime parser fixHEADmain
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