diff --git a/collection_updater.py b/collection_updater.py index 12bf2c8..d972e46 100644 --- a/collection_updater.py +++ b/collection_updater.py @@ -148,7 +148,7 @@ def main(): if lang == 'en': plex_col_title = plex_col_dict['title'] + ' Collection' - if tmdb_col_dict['name'] != plex_col_title: + if tmdb_col_dict['name'] != plex_col_title and tmdb_col_dict['name'] + ' Collection' != plex_col_title: print(' Invalid collection, does not match with the TMDB collection: %s' % tmdb_col_dict['name']) err_list.append('\r\n> %s' % plex_col_title)