Browse Source

Add Canceled to ended state (#11808)

Tim Eisele 1 năm trước cách đây
mục cha
commit
4a54e5ddeb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Emby.Naming/TV/TvParserHelpers.cs

+ 1 - 1
Emby.Naming/TV/TvParserHelpers.cs

@@ -10,7 +10,7 @@ namespace Emby.Naming.TV;
 public static class TvParserHelpers
 {
     private static readonly string[] _continuingState = ["Pilot", "Returning Series", "Returning"];
-    private static readonly string[] _endedState = ["Cancelled"];
+    private static readonly string[] _endedState = ["Cancelled", "Canceled"];
 
     /// <summary>
     /// Tries to parse a string into <see cref="SeriesStatus"/>.