Bugfix
This commit is contained in:
parent
8f565f3286
commit
b33b1af480
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user