Fix resume

This commit is contained in:
taizan-hokuto
2020-03-08 14:31:24 +09:00
parent 331e825c97
commit c88fd8bc4e
2 changed files with 2 additions and 0 deletions

View File

@@ -238,6 +238,7 @@ class LiveChatAsync:
livechat_json = (await self._get_livechat_json(
reload_continuation, session, headers))
contents = self._parser.get_contents(livechat_json)
self._is_replay = True
self._first_fetch = False
return contents

View File

@@ -233,6 +233,7 @@ class LiveChat:
livechat_json = (self._get_livechat_json(
reload_continuation, session, headers))
contents = self._parser.get_contents(livechat_json)
self._is_replay = True
self._first_fetch = False
return contents