don't publish channel multiple times

This commit is contained in:
simon987 2021-02-07 18:48:55 -05:00
parent e4b94ce045
commit 9ce05ddc78

View File

@ -205,6 +205,7 @@ class LbryWrapper:
if not published_channel_data:
channel_data = self._api.resolve([channel_url])[channel_url]
yield channel_data, "channel"
published_channel_data = True
if not self._state.has_visited(claim["claim_id"]):
yield claim, "video"