Fix online state detection for Bongacams
This commit is contained in:
parent
fcffb7892a
commit
dcfb29a90f
|
@ -73,6 +73,8 @@ public class BongaCamsModel extends AbstractModel {
|
|||
online = false;
|
||||
onlineState = AWAY;
|
||||
}
|
||||
} else {
|
||||
online = false;
|
||||
}
|
||||
} catch (HtmlParserException e) {
|
||||
online = false;
|
||||
|
|
Loading…
Reference in New Issue