forked from j62/ctbrec
1
0
Fork 0

Add online state "off" to mapOnlineState()

This commit is contained in:
0xb00bface 2020-12-13 02:54:01 +01:00
parent ff273efedc
commit d50ca02374
1 changed files with 3 additions and 0 deletions

View File

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