Fix Bongacams New tab URL

This commit is contained in:
0xb00bface 2020-12-11 18:24:22 +01:00
parent 9c440e3750
commit 7d343db450
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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));