From 26bc46a2f3e2dcbd70ba6760d0601a79f9d5fef6 Mon Sep 17 00:00:00 2001 From: Erwin Broekhuis Date: Sat, 21 Mar 2026 12:43:11 +0100 Subject: [PATCH] Style: fixed trailing whitespaces and ran Black to apply formatting. --- jellyfin_kodi/helper/api.py | 4 ++-- jellyfin_kodi/objects/kodi/kodi.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: