LycheeOrg / Lychee-front

JS implementation of Lychee frontend
https://lycheeorg.github.io/
MIT License
48 stars 53 forks source link

Correct the updates of the counts in the sidebar #164

Closed kamil4 closed 5 years ago

kamil4 commented 5 years ago

Another overdue patch. Cleans up and fixes missing cases in the updating of subalbum/image/video counts in the sidebar after delete operations. In the process gets rid of a completely unnecessary album.json.num so that in the future we can remove it from the server as well (it's only needed for smart albums).

ildyria commented 5 years ago

Rebased on master for CI Checks.