Interactive feed provider

This commit is contained in:
2025-03-15 13:37:43 +08:00
parent ee4e7a58fe
commit 17c280ddf7
7 changed files with 71 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ func adminTriggerScanTask(c *fiber.Ctx) error {
go func() {
count := 0
for _, src := range services.NewsSources {
for _, src := range services.GetNewsSources() {
if !src.Enabled {
continue
}