Fix external file check for shorter names

This commit is contained in:
Joe Rogers
2022-03-05 12:37:29 +01:00
parent fab5f37e0e
commit f7118bebfd
2 changed files with 3 additions and 1 deletions

View File

@@ -157,6 +157,7 @@ public class MediaInfoResolverTests
}
[Theory]
[InlineData("cover.jpg")]
[InlineData("My.Video.mp3")]
[InlineData("My.Video.png")]
[InlineData("My.Video.txt")]