diff --git a/jellyfin_kodi/helper/api.py b/jellyfin_kodi/helper/api.py index 6b693fa0..dfa05a7e 100644 --- a/jellyfin_kodi/helper/api.py +++ b/jellyfin_kodi/helper/api.py @@ -57,8 +57,8 @@ class API(object): if "People" in self.item: self.get_people_artwork(self.item["People"]) - - # Define which types of people are considered "actors" in a "cast". + + # Define the types of people considered "actors" in a "cast". cast_types = ["Actor", "GuestStar"] for person in self.item["People"]: diff --git a/jellyfin_kodi/objects/kodi/kodi.py b/jellyfin_kodi/objects/kodi/kodi.py index 797d2892..539fd85b 100644 --- a/jellyfin_kodi/objects/kodi/kodi.py +++ b/jellyfin_kodi/objects/kodi/kodi.py @@ -137,8 +137,8 @@ class Kodi(object): cast_order = 1 bulk_updates = {} - - # Define which types of people are considered "actors" in a "cast". + + # Define the types of people considered "actors" in a "cast". cast_types = ["Actor", "GuestStar"] for person in people: