mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
fixed tv-special type for anime
This commit is contained in:
parent
31b7a1312e
commit
761a03807f
@ -19,7 +19,7 @@ use Spatie\Enum\Laravel\Enum;
|
||||
* schema="anime_search_query_type",
|
||||
* description="Available Anime types",
|
||||
* type="string",
|
||||
* enum={"tv","movie","ova","special","ona","music","cm","pv","tv-special"}
|
||||
* enum={"tv","movie","ova","special","ona","music","cm","pv","tv_special"}
|
||||
* )
|
||||
*/
|
||||
final class AnimeTypeEnum extends Enum
|
||||
@ -35,7 +35,7 @@ final class AnimeTypeEnum extends Enum
|
||||
'music' => 'Music',
|
||||
'cm' => 'CM',
|
||||
'pv' => 'PV',
|
||||
'tv-special' => 'TV Special'
|
||||
'tv_special' => 'TV Special'
|
||||
];
|
||||
}
|
||||
}
|
||||
|
@ -4261,7 +4261,7 @@
|
||||
"music",
|
||||
"cm",
|
||||
"pv",
|
||||
"tv-special"
|
||||
"tv_special"
|
||||
]
|
||||
},
|
||||
"characters_search_query_orderby": {
|
||||
@ -4390,8 +4390,7 @@
|
||||
"oneshot",
|
||||
"doujin",
|
||||
"manhwa",
|
||||
"manhua",
|
||||
"one-shot"
|
||||
"manhua"
|
||||
]
|
||||
},
|
||||
"people_search_query_orderby": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user