Fixed some Issues and made PrivateList Ready for basic uses

This commit is contained in:
2025-12-08 02:26:42 +01:00
parent 5ed3641ffe
commit d7a737daac
10 changed files with 310 additions and 131 deletions

View File

@@ -146,9 +146,8 @@ using (var scope = app.Services.CreateScope())
await CouchLogDB.SaveChangesAsync();
//OnStartUp onStartUp = new(CouchLogDB);
//onStartUp.AddBasicGenresToDatabase();
OnStartUp onStartUp = new(CouchLogDB);
onStartUp.AddBasicDatabaseEntries();
}
app.Run();