Skip to content

Commit

Permalink
chore: small fix for footer
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroquinc committed Oct 5, 2024
1 parent 0ff16e3 commit f891bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/plex/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def embed_for_newcontent(self):
if self.webhook_type == 'newcontent_season':
embed.add_field(name="Episodes", value=f"{self.episode_count}", inline=True)
if self.webhook_type == 'newcontent_movie':
embed.set_footer(text={self.genres})
embed.set_footer(text=f"{self.genres}")
embed.set_author(name=f"New {self.media_type.capitalize()} added to Plex", icon_url=PLEX_ICON)
return embed

Expand Down

0 comments on commit f891bf2

Please sign in to comment.