소스 검색

Revert unused change

crobibero 4 년 전
부모
커밋
b0be434ba6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Emby.Naming/Video/CleanDateTimeParser.cs

+ 1 - 0
Emby.Naming/Video/CleanDateTimeParser.cs

@@ -40,6 +40,7 @@ namespace Emby.Naming.Video
             var match = expression.Match(name);
 
             if (match.Success
+                && match.Groups.Count == 5
                 && match.Groups[1].Success
                 && match.Groups[2].Success
                 && int.TryParse(match.Groups[2].Value, NumberStyles.Integer, CultureInfo.InvariantCulture, out var year))