Fix MVLive browsing
This commit is contained in:
parent
35592e2f48
commit
be9ec437ef
|
@ -23,7 +23,7 @@ public class MVLiveTabProvider extends AbstractTabProvider {
|
|||
}
|
||||
|
||||
private Tab createTab(String title) {
|
||||
var updateService = new MVLiveUpdateService((MVLive) site, "https://creator-api.vidchat.manyvids.com/creator/live");
|
||||
var updateService = new MVLiveUpdateService((MVLive) site, "https://api.vidchat.manyvids.com/creator/live");
|
||||
var tab = new ThumbOverviewTab(title, updateService, site);
|
||||
tab.setRecorder(site.getRecorder());
|
||||
tab.setImageAspectRatio(1);
|
||||
|
|
Loading…
Reference in New Issue