typo
This commit is contained in:
parent
0dc8bbc870
commit
bb91a319c4
|
@ -81,6 +81,6 @@ public class ChaturbateTabProvider extends AbstractTabProvider {
|
||||||
|
|
||||||
// Helper function to append region filter if enabled
|
// Helper function to append region filter if enabled
|
||||||
private String buildUrl(String endpoint) {
|
private String buildUrl(String endpoint) {
|
||||||
return apiUrl + endpoint + (regionNAEnabled ? "®ion=NA" : "");
|
return apiUrl + endpoint + (regionNAEnabled ? "®ions=NA" : "");
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue