Skip to content

Commit

Permalink
Add Canceled to ended state (jellyfin#11808)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowghost authored May 24, 2024
1 parent d9232e0 commit 4a54e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emby.Naming/TV/TvParserHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>.
Expand Down

0 comments on commit 4a54e5d

Please sign in to comment.