Move default backgrounds to content manager

This commit is contained in:
Cohee
2024-04-06 17:43:59 +03:00
parent ec896b8a12
commit 59daeeb37a
26 changed files with 94 additions and 3 deletions

View File

@@ -489,8 +489,8 @@ const setupTasks = async function () {
// in any order for encapsulation reasons, but right now it's unknown if that would break anything.
await settingsEndpoint.init();
ensurePublicDirectoriesExist();
await ensureThumbnailCache();
contentManager.checkForNewContent();
await ensureThumbnailCache();
cleanUploads();
await loadTokenizers();