Fix 'couples' typo
This commit is contained in:
parent
457c2f062c
commit
7e0f9a3088
|
@ -32,14 +32,14 @@ public class BongaCamsTabProvider extends AbstractTabProvider {
|
||||||
tabMap.put("new", "New");
|
tabMap.put("new", "New");
|
||||||
tabMap.put("female", "Female");
|
tabMap.put("female", "Female");
|
||||||
tabMap.put("male", "Male");
|
tabMap.put("male", "Male");
|
||||||
tabMap.put("couple", "Couple");
|
tabMap.put("couples", "Couples");
|
||||||
tabMap.put("trans", "Trans");
|
tabMap.put("trans", "Trans");
|
||||||
List<String> enabledTabs = getEnabledTabs();
|
List<String> enabledTabs = getEnabledTabs();
|
||||||
for (String tab : enabledTabs) {
|
for (String tab : enabledTabs) {
|
||||||
switch (tab) {
|
switch (tab) {
|
||||||
case "female":
|
case "female":
|
||||||
case "male":
|
case "male":
|
||||||
case "couple":
|
case "couples":
|
||||||
case "trans":
|
case "trans":
|
||||||
url = site.getBaseUrl() + "/tools/listing_v3.php?livetab=" + tab + "&online_only=true&is_mobile=true&limit=72&offset=";
|
url = site.getBaseUrl() + "/tools/listing_v3.php?livetab=" + tab + "&online_only=true&is_mobile=true&limit=72&offset=";
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue