fixed tv-special type for anime

This commit is contained in:
pushrbx 2024-01-23 17:42:28 +00:00
parent 31b7a1312e
commit 761a03807f
2 changed files with 4 additions and 5 deletions

View File

@ -19,7 +19,7 @@ use Spatie\Enum\Laravel\Enum;
* schema="anime_search_query_type", * schema="anime_search_query_type",
* description="Available Anime types", * description="Available Anime types",
* type="string", * 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 final class AnimeTypeEnum extends Enum
@ -35,7 +35,7 @@ final class AnimeTypeEnum extends Enum
'music' => 'Music', 'music' => 'Music',
'cm' => 'CM', 'cm' => 'CM',
'pv' => 'PV', 'pv' => 'PV',
'tv-special' => 'TV Special' 'tv_special' => 'TV Special'
]; ];
} }
} }

View File

@ -4261,7 +4261,7 @@
"music", "music",
"cm", "cm",
"pv", "pv",
"tv-special" "tv_special"
] ]
}, },
"characters_search_query_orderby": { "characters_search_query_orderby": {
@ -4390,8 +4390,7 @@
"oneshot", "oneshot",
"doujin", "doujin",
"manhwa", "manhwa",
"manhua", "manhua"
"one-shot"
] ]
}, },
"people_search_query_orderby": { "people_search_query_orderby": {