mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
fix Cancelled
This commit is contained in:
parent
b3d4c859c1
commit
0bfc9f05b9
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.15.1-develop220128
|
||||
1.15.1-develop27
|
||||
|
|
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue