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()