Map state password protected to private

This commit is contained in:
0xboobface 2018-12-09 18:45:16 +01:00
parent 434001aafe
commit be680a07f9
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ public class ChaturbateModel extends AbstractModel {
break;
case "private":
case "hidden":
case "password protected":
onlineState = PRIVATE;
break;
case "away":