更新部分逻辑

This commit is contained in:
2020-12-02 08:11:16 +00:00
parent b72437758f
commit 2281f872bf
2 changed files with 4 additions and 3 deletions

View File

@ -328,8 +328,8 @@ class downloader(XiGuaLiveApi):
_result = super(downloader, self).updRoomInfo(force)
if _prev_status != self.isLive and not self.isLive:
resetDelay()
broadcaster = self.broadcaster
if _result:
broadcaster = self.broadcaster
if self.isLive:
self.updPlayList()
else: