mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 00:13:46 +01:00
Add missing field to metadataInfo
This commit is contained in:
parent
8ad889d68c
commit
fbf13f7a8b
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ export class ListFilterModel {
|
|||
clone.sortBy = undefined;
|
||||
clone.randomSeed = -1;
|
||||
clone.currentPage = 1;
|
||||
clone.sortDirection = DEFAULT_PARAMS.sortDirection;
|
||||
clone.itemsPerPage = 0;
|
||||
clone.zoomIndex = 1;
|
||||
clone.displayMode = DEFAULT_PARAMS.displayMode;
|
||||
|
|
|
|||
Loading…
Reference in a new issue