Added soundtrack filter for missing links

This commit is contained in:
2018-03-25 01:54:01 +01:00
parent db64a86981
commit ee4dc577d0
4 changed files with 58 additions and 0 deletions

View File

@ -24,6 +24,7 @@ component EditorTabs(url string, user *arn.User)
Tab("Editor", "pencil", "/editor")
Tab("MAL", "exchange", "/editor/mal/diff/anime" + user.Settings().Editor.Filter.Suffix())
Tab("Anime", "tv", "/editor/anime/mapping/mal" + user.Settings().Editor.Filter.Suffix())
Tab("Tracks", "music", "/editor/soundtracks/links")
Tab("Companies", "building", "/editor/companies/description")
Tab("Kitsu", "download", "/editor/kitsu/new/anime")