refactor(control): rename file_display.db to database

This commit is contained in:
2026-01-06 19:01:43 +01:00
parent c4d7f8e0e4
commit 4325ffc4aa
7 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { screenshot_loop } from './stores/displays';
import { ping_ip } from './api_handler';
import type { Display } from './types';
import { update_folder_elements_recursively } from './stores/files';
import { db } from './files_display.db';
import { db } from './database';
const update_display_status_interval_seconds = 20;