changed browser id to be server id

This commit is contained in:
ACoolName 2024-05-25 15:55:34 +03:00
parent 30e44abd03
commit ff430424aa

View File

@ -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,