Map state password protected to private
This commit is contained in:
parent
434001aafe
commit
be680a07f9
|
@ -103,6 +103,7 @@ public class ChaturbateModel extends AbstractModel {
|
|||
break;
|
||||
case "private":
|
||||
case "hidden":
|
||||
case "password protected":
|
||||
onlineState = PRIVATE;
|
||||
break;
|
||||
case "away":
|
||||
|
|
Loading…
Reference in New Issue