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) {
|
if (roomStatus != null) {
|
||||||
switch (roomStatus) {
|
switch (roomStatus) {
|
||||||
case PUBLIC:
|
case PUBLIC:
|
||||||
|
case "Unknown":
|
||||||
onlineState = ONLINE;
|
onlineState = ONLINE;
|
||||||
break;
|
break;
|
||||||
case "offline":
|
case "offline":
|
||||||
|
|
Loading…
Reference in New Issue