- tweak: View autogenerator

This commit is contained in:
2025-07-02 21:32:51 +03:00
parent 9e95d68c4a
commit 517fadaab8
57 changed files with 316 additions and 286 deletions

View File

@@ -9,7 +9,7 @@ public partial class ContentService
{
_logger.Log("Checking migration...");
var migrationList = ContentFileApi.AllFiles.Where(f => !f.Contains("\\")).ToList();
var migrationList = ContentFileApi.AllFiles.Where(f => !f.Contains('\\')).ToList();
if(migrationList.Count == 0) return false;
_logger.Log($"Found {migrationList.Count} migration files. Starting migration...");