mirror of
https://github.com/stashapp/stash.git
synced 2026-05-03 15:09:46 -05:00
Include server host in plugin input (#1514)
This commit is contained in:
@@ -127,6 +127,7 @@ func (c Cache) makeServerConnection(ctx context.Context) common.StashServerConne
|
||||
|
||||
serverConnection := common.StashServerConnection{
|
||||
Scheme: "http",
|
||||
Host: c.config.GetHost(),
|
||||
Port: c.config.GetPort(),
|
||||
SessionCookie: cookie,
|
||||
Dir: c.config.GetConfigPath(),
|
||||
|
||||
Reference in New Issue
Block a user