This is probably from your testing with the ".." bug :-) It counted those as actual albums... and for some reason isn't getting rid of them in garbage collection... I'll have to fix that.
For now, this query works to delete them all:
`DELETE FROM [prefix]_albums WHERE folder LIKE '/%' OR folder LIKE '.%';`
You may also have to delete images that were attached to those for some reason (you may not have them, I navigated back to my albums in testing).
Comments
For now, this query works to delete them all:
`DELETE FROM [prefix]_albums WHERE folder LIKE '/%' OR folder LIKE '.%';`
You may also have to delete images that were attached to those for some reason (you may not have them, I navigated back to my albums in testing).
thank you, it's resolved!
Nico