changed browser id to be server id
This commit is contained in:
parent
30e44abd03
commit
ff430424aa
@ -78,7 +78,7 @@ func (con Connection) getBrowserInfoFromServerId(serverId string) (*models.FileB
|
||||
}
|
||||
|
||||
return &models.FileBrowserInfo{
|
||||
Id: container.ID,
|
||||
Id: serverInfo.Id,
|
||||
OwnerId: browserInfo.OwnerId,
|
||||
ConnectedTo: *serverInfo,
|
||||
Url: serverInfo.Id[:12] + ".browsers." + DOMAIN,
|
||||
|
Loading…
x
Reference in New Issue
Block a user