diff --git a/main.go b/main.go index 8d27425..6d190ce 100644 --- a/main.go +++ b/main.go @@ -121,12 +121,6 @@ func lessType(Type string) string { return "Shows" case "OVA", "Specials": return "Extra" - case "TV Series": - return "TV" - case "TV Special": - return "Special" - case "Web": - return "ONA" } return Type }