mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
Require delimiter immediately after filename match
This commit is contained in:
@@ -113,7 +113,7 @@ public class MediaInfoResolverTests
|
||||
[InlineData("My.Video.mp3")]
|
||||
[InlineData("My.Video.png")]
|
||||
[InlineData("My.Video.txt")]
|
||||
// [InlineData("My.Video Sequel.srt")]
|
||||
[InlineData("My.Video Sequel.srt")]
|
||||
[InlineData("Some.Other.Video.srt")]
|
||||
public void GetExternalFiles_FuzzyMatching_RejectsNonMatches(string file)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user