Skip to content

Commit

Permalink
Fix missing hosting virtual server for channels
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Petrausch committed Mar 29, 2020
1 parent d726b68 commit d1233e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/serverquery/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ func (c *ChannelView) updateAllOnVServer(vServer VirtualServer) error {
if err := c.getDetails(&ch); err != nil {
return fmt.Errorf("failed to parse details for channel %d: %w", ch.ID, err)
}
ch.HostingServer = vServer
c.channels[ch.ID] = ch
}
}
Expand Down

0 comments on commit d1233e7

Please sign in to comment.