Implement scheduled library scans (closes #609) (#638)

First implementation of job system
This commit is contained in:
Simon
2025-07-20 13:57:54 +02:00
committed by GitHub
parent 357c68ffe1
commit 3cecdd558a
21 changed files with 263 additions and 41 deletions
-1
View File
@@ -1,6 +1,5 @@
import {Outlet, useHref, useNavigate} from 'react-router';
import "./main.css";
import "Frontend/util/custom-validators";
import {HeroUIProvider} from "@heroui/react";
import {ThemeProvider as NextThemesProvider} from "next-themes";
import {themeNames} from "Frontend/theming/themes";