diff --git a/jellyfin_kodi/entrypoint/context.py b/jellyfin_kodi/entrypoint/context.py index f1cfb690..dca7e9f9 100644 --- a/jellyfin_kodi/entrypoint/context.py +++ b/jellyfin_kodi/entrypoint/context.py @@ -129,7 +129,7 @@ class Context(object): ''' options = [] - if self.item['Type'] not in ('Season'): + if self.item['Type'] != 'Season': if self.item['UserData'].get('IsFavorite'): options.append(OPTIONS['RemoveFav'])