fix library scanning with non-english season folder names (#1222)

This commit is contained in:
Jason Dove
2023-03-31 13:37:54 -05:00
committed by GitHub
parent aa87abc53d
commit 721f0df82a
3 changed files with 9 additions and 1 deletions
@@ -155,6 +155,8 @@ public class FallbackMetadataProviderTests
[TestCase(@"/Whatever/American Dad! S01", 1)]
[TestCase(@"/Whatever/Season 2", 2)]
[TestCase(@"/Whatever/Season 02", 2)]
[TestCase(@"/Whatever/Staffel 2", 2)]
[TestCase(@"/Whatever/Staffel 02", 2)]
[TestCase(@"/Whatever/Seinfeld/S02", 2)]
[TestCase(@"/Whatever/Seinfeld/2", 2)]
[TestCase(@"/Whatever/Season 2009", 2009)]