mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2026-04-27 14:00:34 +00:00
Style: fixed trailing whitespaces and ran Black to apply formatting.
This commit is contained in:
parent
5336e33bff
commit
26bc46a2f3
2 changed files with 4 additions and 4 deletions
|
|
@ -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"]:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue