fix Cancelled

This commit is contained in:
meisnate12 2022-01-31 12:13:56 -05:00
parent b3d4c859c1
commit 0bfc9f05b9
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
1.15.1-develop220128
1.15.1-develop27

View file

@ -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"],