Added missing Kitsu mappings list for editors

This commit is contained in:
2019-11-04 15:29:50 +09:00
parent 9d97be7c15
commit 604dc3c755
4 changed files with 22 additions and 191 deletions

View File

@ -26,6 +26,7 @@ func Register(app *aero.Application) {
editorFilterable("/editor/anime/mapping/shoboi", filteranime.Shoboi)
editorFilterable("/editor/anime/mapping/anilist", filteranime.AniList)
editorFilterable("/editor/anime/mapping/mal", filteranime.MAL)
editorFilterable("/editor/anime/mapping/kitsu", filteranime.Kitsu)
editorFilterable("/editor/anime/mapping/duplicate", filteranime.DuplicateMappings)
editorFilterable("/editor/anime/image/lowres", filteranime.LowResolutionAnimeImages)