Added check for low res images

This commit is contained in:
2018-03-20 01:19:11 +01:00
parent 54472ae927
commit f3b788f50c
3 changed files with 89 additions and 0 deletions

View File

@ -254,10 +254,15 @@ func Configure(app *aero.Application) {
l.Page("/editor/anime/missing/genres", editor.Genres)
l.Page("/editor/anime/missing/genres/:year", editor.Genres)
l.Page("/editor/anime/missing/genres/:year/:type", editor.Genres)
l.Page("/editor/anime/missing/hiresimage", editor.LowResolutionAnimeImages)
// Editor - MALdiff
l.Page("/editor/anime/maldiff", editor.CompareMAL)
l.Page("/editor/anime/maldiff/:year", editor.CompareMAL)
l.Page("/editor/anime/maldiff/:year/:status", editor.CompareMAL)
l.Page("/editor/anime/maldiff/:year/:status/:type", editor.CompareMAL)
// Editor - Kitsu
l.Page("/editor/anime/kitsu/new", editor.NewKitsuAnime)
// Editor - Companies