mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
[Feature] Better resolution search (#1568)
* Fix width in database test setup * Added more filters on resolution field * added test to verify resolution range is defined for every resolution * Refactor UI code Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -605,6 +605,7 @@ func createScenes(sqb models.SceneReaderWriter, n int) error {
|
||||
OCounter: getOCounter(i),
|
||||
Duration: getSceneDuration(i),
|
||||
Height: getHeight(i),
|
||||
Width: getWidth(i),
|
||||
Date: getSceneDate(i),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user