Fix Bongacams New tab URL
This commit is contained in:
parent
9c440e3750
commit
7d343db450
|
@ -1,3 +1,7 @@
|
|||
3.10.8
|
||||
========================
|
||||
* Fixed Bongacams "New" tab
|
||||
|
||||
3.10.7
|
||||
========================
|
||||
* Fixed streaming of recordings from the server (the file path was duplicated
|
||||
|
|
|
@ -47,7 +47,7 @@ public class BongaCamsTabProvider extends TabProvider {
|
|||
tabs.add(createTab("Transsexual", updateService));
|
||||
|
||||
// new
|
||||
url = BongaCams.baseUrl + "/tools/listing_v3.php?livetab=new-models&online_only=true&is_mobile=true&offset=";
|
||||
url = BongaCams.baseUrl + "/tools/listing_v3.php?livetab=new&online_only=true&is_mobile=true&offset=";
|
||||
updateService = new BongaCamsUpdateService(bongaCams, url);
|
||||
tabs.add(createTab("New", updateService));
|
||||
|
||||
|
|
Loading…
Reference in New Issue