diff options
| author | Bobby <[email protected]> | 2026-02-26 15:56:42 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-02-26 15:56:42 +0530 |
| commit | 303f5beefb534a1684a2ec6364672d7f15f42c10 (patch) | |
| tree | 095afe29e2bbc7aabf3897193b6d535e47158ab1 /utils/mal/types.go | |
| parent | 627c2c239e0a44b6363a9f02235a73f5e2c81d2e (diff) | |
| download | metachan-main.tar.xz metachan-main.zip | |
Diffstat (limited to 'utils/mal/types.go')
| -rw-r--r-- | utils/mal/types.go | 7 |
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 |
