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("female", "Female");
|
||||
tabMap.put("male", "Male");
|
||||
tabMap.put("couple", "Couple");
|
||||
tabMap.put("couples", "Couples");
|
||||
tabMap.put("trans", "Trans");
|
||||
List<String> enabledTabs = getEnabledTabs();
|
||||
for (String tab : enabledTabs) {
|
||||
switch (tab) {
|
||||
case "female":
|
||||
case "male":
|
||||
case "couple":
|
||||
case "couples":
|
||||
case "trans":
|
||||
url = site.getBaseUrl() + "/tools/listing_v3.php?livetab=" + tab + "&online_only=true&is_mobile=true&limit=72&offset=";
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue