Fix online state detection for Bongacams

This commit is contained in:
0xb00bface 2021-01-26 22:53:49 +01:00
parent 0f5a05bfd7
commit e48df6cd1f
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ public class BongaCamsModel extends AbstractModel {
online = false;
onlineState = AWAY;
}
} else {
online = false;
}
} catch (HtmlParserException e) {
online = false;