fixed some code
This commit is contained in:
parent
0eb42f24ef
commit
8657d9c1eb
6
main.go
6
main.go
@ -121,12 +121,6 @@ func lessType(Type string) string {
|
|||||||
return "Shows"
|
return "Shows"
|
||||||
case "OVA", "Specials":
|
case "OVA", "Specials":
|
||||||
return "Extra"
|
return "Extra"
|
||||||
case "TV Series":
|
|
||||||
return "TV"
|
|
||||||
case "TV Special":
|
|
||||||
return "Special"
|
|
||||||
case "Web":
|
|
||||||
return "ONA"
|
|
||||||
}
|
}
|
||||||
return Type
|
return Type
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user