Album properties

realpaplarealpapla Registered Users Posts: 1 Beginner grinner
I tried to set the properties SortMethod (Name) and SortDirection (Descending).
The album is created via the api 2.0 but when I look at the Gallery Settings it just shows the default settings "Date Taken" and "Ascending"
Any suggestion why? The creation goes ok but these properties are not set.
payload = {
"Type": node_type,
"Name": node_name,
"Privacy": 'Public',
"SortMethod": 'Name',
"SortDirection": 'Descending'
}
Sign In or Register to comment.