Add missing field to metadataInfo

This commit is contained in:
WithoutPants 2025-12-05 19:10:56 +11:00
parent 8ad889d68c
commit fbf13f7a8b

View file

@ -110,6 +110,7 @@ export class ListFilterModel {
clone.sortBy = undefined; clone.sortBy = undefined;
clone.randomSeed = -1; clone.randomSeed = -1;
clone.currentPage = 1; clone.currentPage = 1;
clone.sortDirection = DEFAULT_PARAMS.sortDirection;
clone.itemsPerPage = 0; clone.itemsPerPage = 0;
clone.zoomIndex = 1; clone.zoomIndex = 1;
clone.displayMode = DEFAULT_PARAMS.displayMode; clone.displayMode = DEFAULT_PARAMS.displayMode;