forked from j62/ctbrec
Add online state virtualPrivate as a private state
This commit is contained in:
parent
d017a781cd
commit
fc5811e48e
common/src/main/java/ctbrec/sites/stripchat
|
@ -58,6 +58,7 @@ public class StripchatModel extends AbstractModel {
|
||||||
case "private":
|
case "private":
|
||||||
case "p2p":
|
case "p2p":
|
||||||
case "groupShow":
|
case "groupShow":
|
||||||
|
case "virtualPrivate":
|
||||||
setOnlineState(PRIVATE);
|
setOnlineState(PRIVATE);
|
||||||
break;
|
break;
|
||||||
case "off":
|
case "off":
|
||||||
|
|
Loading…
Reference in New Issue