forked from j62/ctbrec
Assume unknown show type means ONLINE
This commit is contained in:
parent
da3f0632e2
commit
2665d50ee1
|
@ -120,6 +120,7 @@ public class ChaturbateModel extends AbstractModel { // NOSONAR
|
|||
if (roomStatus != null) {
|
||||
switch (roomStatus) {
|
||||
case PUBLIC:
|
||||
case "Unknown":
|
||||
onlineState = ONLINE;
|
||||
break;
|
||||
case "offline":
|
||||
|
|
Loading…
Reference in New Issue