mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
- filter: name was reset after an update
After filter is updated its name is reset to the value of Title from the filter's contents, which may be ""
This commit is contained in:
parent
395ddb7b3c
commit
3367b9fb2a
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ func refreshFiltersIfNecessary(force bool) int {
|
|||
var uf filter
|
||||
uf.ID = f.ID
|
||||
uf.URL = f.URL
|
||||
uf.Name = f.Name
|
||||
uf.checksum = f.checksum
|
||||
updateFilters = append(updateFilters, uf)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue