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;
|
online = false;
|
||||||
onlineState = AWAY;
|
onlineState = AWAY;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
online = false;
|
||||||
}
|
}
|
||||||
} catch (HtmlParserException e) {
|
} catch (HtmlParserException e) {
|
||||||
online = false;
|
online = false;
|
||||||
|
|
Loading…
Reference in New Issue