mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Complete
This commit is contained in:
@@ -8,5 +8,9 @@ public interface IWordCollections
|
||||
|
||||
HashSet<string> CommonWords { get; }
|
||||
|
||||
HashSet<string> Jav { get; }
|
||||
|
||||
HashSet<string> AdultStars { get; }
|
||||
|
||||
Task LoadAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user