mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Identify task (#1839)
* Add identify task * Change type naming * Debounce folder select text input * Add generic slice comparison function
This commit is contained in:
@@ -85,7 +85,7 @@ var names = []string{
|
||||
|
||||
var imageBytes = []byte("imageBytes")
|
||||
|
||||
const image = "aW1hZ2VCeXRlcw=="
|
||||
const imageBase64 = "aW1hZ2VCeXRlcw=="
|
||||
|
||||
var (
|
||||
createTime = time.Date(2001, 01, 01, 0, 0, 0, 0, time.UTC)
|
||||
@@ -198,7 +198,7 @@ type basicTestScenario struct {
|
||||
var scenarios = []basicTestScenario{
|
||||
{
|
||||
createFullScene(sceneID),
|
||||
createFullJSONScene(image),
|
||||
createFullJSONScene(imageBase64),
|
||||
false,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user