Added more keys to the list of bad EXIF keys. CameraID and CameraType seem to make JSON croak...
Fixed issue where bad EXIF cache would kill the entire album Added more variables for resolutions Added better handling of Pending albums and photos.
This commit is contained in:
parent
adcd560cba
commit
d43065b122
8 changed files with 180 additions and 17 deletions
|
|
@ -12,6 +12,10 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
name => 'isPending',
|
||||
description => 'helpvar isPending',
|
||||
},
|
||||
{
|
||||
name => 'canAddFile',
|
||||
description => 'helpvar canAddFile',
|
||||
|
|
|
|||
|
|
@ -38,6 +38,10 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
name => 'isPending',
|
||||
description => 'helpvar isPending',
|
||||
},
|
||||
{
|
||||
name => 'canComment',
|
||||
description => 'helpvar canComment',
|
||||
|
|
@ -98,8 +102,16 @@ our $HELP = {
|
|||
name => 'url_download',
|
||||
description => 'helpvar resolutions_loop url_download',
|
||||
},
|
||||
{
|
||||
name => 'resolution',
|
||||
description => 'helpvar resolutions_loop resolution',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name => 'resolutions_',
|
||||
description => 'helpvar resolutions_',
|
||||
},
|
||||
{
|
||||
name => 'exif_',
|
||||
description => 'helpvar exif_',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue