mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
fix test
This commit is contained in:
parent
0345b91f65
commit
5727575c9c
1 changed files with 2 additions and 1 deletions
|
|
@ -1520,9 +1520,10 @@ func createGroups(ctx context.Context, mqb models.GroupReaderWriter, n int, o in
|
|||
// groups [ i ] and [ n + o - i - 1 ] should have similar names with only the Name!=NaMe part different
|
||||
|
||||
name = getGroupStringValue(index, name)
|
||||
aliases := getGroupEmptyString(i, "Aliases")
|
||||
group := models.Group{
|
||||
Name: name,
|
||||
Aliases: getGroupStringValue(i, "Aliases"),
|
||||
Aliases: aliases,
|
||||
URLs: models.NewRelatedStrings([]string{
|
||||
getGroupEmptyString(i, urlField),
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue