Add Canceled to ended state (#11808)

This commit is contained in:
Tim Eisele 2024-05-24 15:36:19 +02:00 committed by GitHub
parent d9232e05f1
commit 4a54e5ddeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"/>.