forked from j62/ctbrec
Add online state "off" to mapOnlineState()
This commit is contained in:
parent
ff273efedc
commit
d50ca02374
|
@ -61,6 +61,9 @@ public class StripchatModel extends AbstractModel {
|
|||
case "groupShow":
|
||||
setOnlineState(PRIVATE);
|
||||
break;
|
||||
case "off":
|
||||
setOnlineState(OFFLINE);
|
||||
break;
|
||||
default:
|
||||
LOG.debug("Unknown online state {} for model {}", status, getName());
|
||||
setOnlineState(OFFLINE);
|
||||
|
|
Loading…
Reference in New Issue