Skip to content

Commit 23a8c34

Browse files
committed
torrents-add: unboundlocal when creating new db
1 parent 3cc57ee commit 23a8c34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/createdb/torrents_add.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def torrents_add():
8787

8888
scanned_set = set(arg_utils.gen_paths(args, default_exts=(".torrent",)))
8989

90+
known_hashes = set()
9091
try:
9192
pl_columns = db_utils.columns(args, "playlists")
9293

0 commit comments

Comments
 (0)