diff --git a/CHANGES.md b/CHANGES.md index f53869da..38b10a9f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,9 @@ -### 3.32.3 (2024-06-26 18:10:00 UTC) +### 3.32.4 (2024-06-2x xx:xx:00 UTC) + +* Change person cards to not display "eps" when number of eps is unknown + + +### 3.32.3 (2024-06-26 18:10:00 UTC) * Fix votes on shows/IMDb cards * Fix ratings on shows/TMDB cards diff --git a/gui/slick/interfaces/default/home_browseShows.tmpl b/gui/slick/interfaces/default/home_browseShows.tmpl index c5f01738..a2e9c5b0 100644 --- a/gui/slick/interfaces/default/home_browseShows.tmpl +++ b/gui/slick/interfaces/default/home_browseShows.tmpl @@ -595,7 +595,7 @@ $(function() { #if $this_show.get('p_chars')
#for $char in $this_show['p_chars'] - as $char[0]#if $RoleTypes.ActorMain != $char[1]# ($char[2]/$char[3] eps)#end if# + as $char[0]#if $RoleTypes.ActorMain != $char[1]# ($char[2]#if $char[3]#/$char[3] eps#end if#)#end if# #end for
#end if