From 3e41ac808c438de0804d30d3efe1b46dde1b8f5f Mon Sep 17 00:00:00 2001 From: Sambhav Kothari Date: Sun, 16 Jul 2017 14:38:42 +0530 Subject: [PATCH] Fix spelling error --- picard/collection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picard/collection.py b/picard/collection.py index 4f1c9e5be..170e8d55a 100644 --- a/picard/collection.py +++ b/picard/collection.py @@ -106,7 +106,7 @@ def load_user_collections(callback=None): echo=log.error ) return - if document and "collection" in document: + if document and "collections" in document: collection_list = document['collections'] new_collections = set()