This commit is contained in:
Bel LaPointe
2026-01-31 16:36:05 -07:00
parent 2421ea40f8
commit e569f93469

View File

@@ -308,6 +308,7 @@ func (s *Server) Home(w http.ResponseWriter, r *http.Request) {
"moolah": "Money", "moolah": "Money",
"autobookshelf": "Ebooks", "autobookshelf": "Ebooks",
"jackett": "The 7 Seas", "jackett": "The 7 Seas",
"vpntor": "The 7 Seas Downloader",
} }
for k, v := range priority { for k, v := range priority {
if _, ok := routePrefixes[k]; ok { if _, ok := routePrefixes[k]; ok {