mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Add Canceled to ended state (#11808)
This commit is contained in:
parent
d9232e05f1
commit
4a54e5ddeb
@ -10,7 +10,7 @@ namespace Emby.Naming.TV;
|
|||||||
public static class TvParserHelpers
|
public static class TvParserHelpers
|
||||||
{
|
{
|
||||||
private static readonly string[] _continuingState = ["Pilot", "Returning Series", "Returning"];
|
private static readonly string[] _continuingState = ["Pilot", "Returning Series", "Returning"];
|
||||||
private static readonly string[] _endedState = ["Cancelled"];
|
private static readonly string[] _endedState = ["Cancelled", "Canceled"];
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Tries to parse a string into <see cref="SeriesStatus"/>.
|
/// Tries to parse a string into <see cref="SeriesStatus"/>.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user