chore: fix a small issue with video modes

This commit is contained in:
DaanSelen
2026-04-21 16:59:37 +02:00
parent c4a4fafb52
commit e1f5308dd3
6 changed files with 28 additions and 18 deletions
+1 -1
View File
@@ -30,8 +30,8 @@ func main() {
db, err := database.KickoffDatabase(env.DataDirectory)
if err != nil {
slog.Error("failed to initiate a database connection")
os.Exit(1)
}
slog.Info("kicking off database watchdog", "watch_interval", env.WatchInterval)
database.KickoffDatabaseWatchdog(env, db)