diff --git a/lbrynet/lbrynet_daemon/LBRYDaemon.py b/lbrynet/lbrynet_daemon/LBRYDaemon.py index d7aed3412..ef2ac4891 100644 --- a/lbrynet/lbrynet_daemon/LBRYDaemon.py +++ b/lbrynet/lbrynet_daemon/LBRYDaemon.py @@ -1074,7 +1074,8 @@ class LBRYDaemon(jsonrpc.JSONRPC): def _download_sd_blob(self, sd_hash): def cb(result): - r.callback(result) + if not r.called: + r.callback(result) def eb(): if not r.called: