Add XloveCam to server
This commit is contained in:
parent
5db1e3d4d2
commit
3ca6faaa40
|
@ -77,6 +77,7 @@ import ctbrec.sites.mfc.MyFreeCams;
|
||||||
import ctbrec.sites.showup.Showup;
|
import ctbrec.sites.showup.Showup;
|
||||||
import ctbrec.sites.streamate.Streamate;
|
import ctbrec.sites.streamate.Streamate;
|
||||||
import ctbrec.sites.stripchat.Stripchat;
|
import ctbrec.sites.stripchat.Stripchat;
|
||||||
|
import ctbrec.sites.xlovecam.XloveCam;
|
||||||
|
|
||||||
public class HttpServer {
|
public class HttpServer {
|
||||||
|
|
||||||
|
@ -154,6 +155,7 @@ public class HttpServer {
|
||||||
sites.add(new Showup());
|
sites.add(new Showup());
|
||||||
sites.add(new Streamate());
|
sites.add(new Streamate());
|
||||||
sites.add(new Stripchat());
|
sites.add(new Stripchat());
|
||||||
|
sites.add(new XloveCam());
|
||||||
}
|
}
|
||||||
|
|
||||||
private void addShutdownHook() {
|
private void addShutdownHook() {
|
||||||
|
|
Loading…
Reference in New Issue