aboutsummaryrefslogtreecommitdiff
path: root/anime/general.structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'anime/general.structs.go')
-rw-r--r--anime/general.structs.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/anime/general.structs.go b/anime/general.structs.go
index 47309c3..152eb28 100644
--- a/anime/general.structs.go
+++ b/anime/general.structs.go
@@ -16,11 +16,12 @@
package anime
+import (
+ "github.com/MikunoNaka/MAL2Go/util"
+)
+
// contains previous/next page for anime list
-type ListPaging struct {
- NextPage string `json:"next"`
- PrevPage string `json:"previous"` // might need checking
-}
+type ListPaging util.ListPaging
type Season struct {
Year int `json:"year"`