fixed some code

This commit is contained in:
David Alasow 2018-01-21 22:10:38 +01:00
parent 0eb42f24ef
commit 8657d9c1eb
1 changed files with 0 additions and 6 deletions

View File

@ -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
}