mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
fix
This commit is contained in:
parent
bb7db5a712
commit
0345b91f65
1 changed files with 2 additions and 1 deletions
|
|
@ -1521,7 +1521,8 @@ func createGroups(ctx context.Context, mqb models.GroupReaderWriter, n int, o in
|
|||
|
||||
name = getGroupStringValue(index, name)
|
||||
group := models.Group{
|
||||
Name: name,
|
||||
Name: name,
|
||||
Aliases: getGroupStringValue(i, "Aliases"),
|
||||
URLs: models.NewRelatedStrings([]string{
|
||||
getGroupEmptyString(i, urlField),
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue