mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-04 06:52:54 +03:00
home: fix empty svcs
This commit is contained in:
parent
5e626306d1
commit
27032ef79e
2 changed files with 9 additions and 7 deletions
internal/home
|
@ -244,10 +244,6 @@ func (clients *clientsContainer) addFromConfig(objects []*clientObject) {
|
|||
}
|
||||
}
|
||||
|
||||
if cli.BlockedServices == nil && cli.UseOwnBlockedServices {
|
||||
cli.BlockedServices = []string{}
|
||||
}
|
||||
|
||||
for _, t := range o.Tags {
|
||||
if clients.allTags.Has(t) {
|
||||
cli.Tags = append(cli.Tags, t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue