mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-03 12:06:06 +01:00
Backport pull request #11808 from jellyfin/release-10.9.z
Add Canceled to ended state
Original-merge: 4a54e5ddeb
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
876ae44b8a
commit
30b4ddeddf
1 changed files with 1 additions and 1 deletions
|
|
@ -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"/>.
|
||||
|
|
|
|||
Loading…
Reference in a new issue