Updated scanner tests to work with user english locale pages.
This commit is contained in:
@@ -114,7 +114,7 @@ public abstract class VoiceWorksScanner(IHtmlLoader htmlLoader) : IVoiceWorksSca
|
||||
return work;
|
||||
}
|
||||
|
||||
private static AgeRating GetAgeRating(List<HtmlNode> genreNodes)
|
||||
private static AgeRating GetAgeRating(HtmlNode[] genreNodes)
|
||||
{
|
||||
List<string> genres = ScannerUtilities.GetStringListFromNodes(genreNodes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user