feat: save db when refresh

This commit is contained in:
shinya
2025-08-24 00:29:30 +08:00
parent 0a8c255279
commit 042f78d2b3

View File

@@ -376,6 +376,7 @@ async function refreshAllLiveChannels() {
console.error('刷新直播源失败:', error);
}
}
await db.saveAdminConfig(config);
}
async function refreshConfig() {