Browse Source

Backport pull request #11808 from jellyfin/release-10.9.z

Add Canceled to ended state

Original-merge: 4a54e5ddebdb01d34902c78253f7232ab7391d8d

Merged-by: crobibero <cody@robibe.ro>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
Shadowghost 1 year ago
parent
commit
30b4ddeddf
1 changed files with 1 additions and 1 deletions
  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"/>.