diff --git a/rophako/model/photo.py b/rophako/model/photo.py index 909a70f..36ad42c 100644 --- a/rophako/model/photo.py +++ b/rophako/model/photo.py @@ -514,6 +514,8 @@ def process_photo(form, filename): # Update the photo data. if not album in index["albums"]: index["albums"][album] = {} + if not "settings" in index: + index["settings"] = dict() if not album in index["settings"]: index["settings"][album] = { "format": "classic",