[uniques] Bugfix. Seems like sync was broken for quite some time?
This commit is contained in:
parent
0b852cd09a
commit
4fdd6cc4f2
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user