This commit is contained in:
Jerry Yan 2020-04-09 17:19:48 +08:00
parent 113c8f2a53
commit 1cc824d624

View File

@ -317,7 +317,7 @@ class downloader(XiGuaLiveApi):
_prev_status = self.isLive
doClean()
_result = super(downloader, self).updRoomInfo(force)
if _prev_status != self.isLive and _prev_status:
if _prev_status != self.isLive and not self.isLive:
resetDelay()
if _result:
broadcaster = self.broadcaster