Skip to content

Commit 1b18401

Browse files
committed
fix(subsplease): color unfinished titles
1 parent d73d0f7 commit 1b18401

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/lib/subsplease.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,9 @@ def unfinished(self, airing_only=False):
437437
action="subsplease_show",
438438
url=f"https://subsplease.org/shows/{slugify(show)}/",
439439
),
440-
set_show_art(xbmcgui.ListItem(show), show),
440+
set_show_art(
441+
xbmcgui.ListItem(f"[COLOR palevioletred]{show}[/COLOR]"), show
442+
),
441443
True,
442444
)
443445
for show in sorted(shows)

0 commit comments

Comments
 (0)