feat: skip duplicate image on remote

This commit is contained in:
JamesFlare1212
2025-05-12 23:46:25 -04:00
parent 8598571f72
commit 7ba5f8f00f
5 changed files with 21 additions and 13 deletions

View File

@@ -412,7 +412,7 @@ async function performBackgroundTasks(): Promise<void> {
}
}
// --- Start Server and Background Tasks ---
// Start Server and Background Tasks
async function startServer(): Promise<void> {
const redis = getRedisClient();
if (!redis) {