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