mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
parent
14ce6a557e
commit
336bb9255c
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ def submit_items(log, userkey, items, chunksize=64):
|
|||
del data[:]
|
||||
|
||||
for item in items:
|
||||
fp = fingerprint_item(item)
|
||||
fp = fingerprint_item(log, item)
|
||||
|
||||
# Construct a submission dictionary for this item.
|
||||
item_data = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue