mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
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>
This commit is contained in:
parent
876ae44b8a
commit
30b4ddeddf
@ -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…
x
Reference in New Issue
Block a user