Merge branch 'lubo' of ssh://git.jerryyan.cn:29022/q792602257/XiguaLiveDanmakuHelper into lubo

This commit is contained in:
Jerry Yan 2020-04-09 23:53:17 +08:00
commit 632c0ff3ca

View File

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