Skip to content

Fix gallery list when there are 0 galleries for current year

The gallery list's year selecter only includes the years for which there exists galleries. This leads to a bug when there are no galleries for the current year, since the selecter's default value is the current year. This PR fixes the issue by ensuring the current year is always included.

Merge request reports