diff --git a/src/FilterLists.Services/SnapshotService/SnapshotService.cs b/src/FilterLists.Services/SnapshotService/SnapshotService.cs index 754758489e..a2afb1ccc0 100644 --- a/src/FilterLists.Services/SnapshotService/SnapshotService.cs +++ b/src/FilterLists.Services/SnapshotService/SnapshotService.cs @@ -13,7 +13,7 @@ public class SnapshotService private readonly FilterListsDbContext dbContext; //TODO: update algorithm to support non-standard list sizes and formats (#200, #201) - private readonly List ignoreLists = new List {48, 173, 185, 186, 187, 188, 189}; + private readonly List ignoreLists = new List {48, 173, 185, 186, 187, 188, 189, 352}; public SnapshotService(FilterListsDbContext dbContext) {