todo: openrec 重构

This commit is contained in:
eson
2020-08-14 19:26:03 +08:00
parent b20f97f7c9
commit a50c879d83
6 changed files with 25 additions and 9 deletions

View File

@@ -89,7 +89,7 @@ func Execute() {
continue
}
var splist = xps.ForEachTag(SearchProfile{})
var splist = xps.ForEachObjectByTag(SearchProfile{})
for _, isp := range splist {
sp := isp.(*SearchProfile)
if sp.LiveUrl == "" {