diff --git a/lbrynet/extras/daemon/storage.py b/lbrynet/extras/daemon/storage.py index af3c3616c..4ba896783 100644 --- a/lbrynet/extras/daemon/storage.py +++ b/lbrynet/extras/daemon/storage.py @@ -308,16 +308,18 @@ class SQLiteStorage(SQLiteMixin): r = transaction.execute( "select blob_hash from blob " "where blob_hash is not null and " - "(should_announce=1 or single_announce=1) and next_announce_time