[uniques] Bugfix. Seems like sync was broken for quite some time?

This commit is contained in:
fkloft 2015-04-14 02:30:15 +02:00
parent 0b852cd09a
commit 4fdd6cc4f2

View File

@ -262,7 +262,7 @@ window.plugin.uniques.updateCaptured = function(captured, guid) {
// stores the gived GUID for sync
plugin.uniques.sync = function(guid) {
plugin.uniques.updatingQueue[guid] = true;
plugin.uniques.updateQueue[guid] = true;
plugin.uniques.storeLocal('uniques');
plugin.uniques.storeLocal('updateQueue');
plugin.uniques.syncQueue();