Skip to content

Commit

Permalink
Fix TestFilterable.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
da3dsoul committed Nov 4, 2024
1 parent 873f85b commit abdeb2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Shoko.Tests/Shoko.Tests/TestFilterable.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using Shoko.Models.Enums;
using Shoko.Plugin.Abstractions.Enums;
using Shoko.Server.Filters.Interfaces;

namespace Shoko.Tests;
Expand All @@ -18,6 +19,8 @@ public class TestFilterable : IFilterable
public IReadOnlySet<string> CustomTags { get; init; }
public IReadOnlySet<int> Years { get; init; }
public IReadOnlySet<(int year, AnimeSeason season)> Seasons { get; init; }
public IReadOnlySet<ImageEntityType> AvailableImageTypes { get; }
public IReadOnlySet<ImageEntityType> PreferredImageTypes { get; }
public bool HasTmdbLink { get; init; }
public bool HasMissingTmdbLink { get; init; }
public int AutomaticTmdbEpisodeLinks { get; init; }
Expand Down

0 comments on commit abdeb2c

Please sign in to comment.