chroma: Fix refactored beet submit

Fix #1293.
This commit is contained in:
Adrian Sampson 2015-01-31 13:04:11 -08:00
parent 14ce6a557e
commit 336bb9255c

View file

@ -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 = {