From 0bfc9f05b902f8d2fbcd9f06258d7ff46cb72a3c Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Mon, 31 Jan 2022 12:13:56 -0500 Subject: [PATCH] fix Cancelled --- VERSION | 2 +- modules/builder.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 61a495e2..d2824735 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.15.1-develop220128 \ No newline at end of file +1.15.1-develop27 diff --git a/modules/builder.py b/modules/builder.py index 2ebf97da..47dc99cf 100644 --- a/modules/builder.py +++ b/modules/builder.py @@ -117,7 +117,7 @@ discover_types = { } discover_status = { "Returning Series": "returning", "Planned": "planned", "In Production": "production", - "Ended": "ended", "Cancelled": "cancelled", "Pilot": "pilot" + "Ended": "ended", "Canceled": "canceled", "Pilot": "pilot" } filters_by_type = { "movie_show_season_episode_artist_album_track": ["title", "summary", "collection", "has_collection", "added", "last_played", "user_rating", "plays"],