Skip to content

Commit

Permalink
Merge pull request #17 from zeroquinc:remove-genres
Browse files Browse the repository at this point in the history
chore: remove genres for season embeds
  • Loading branch information
zeroquinc authored May 31, 2024
2 parents 23dcec1 + b4c2412 commit bb0e3a2
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 @@ -87,7 +87,7 @@ def get_newcontent_title(self):
def get_description(self):
descriptions = {
'newcontent_episode': '',
'newcontent_season': self.genres,
'newcontent_season': '',
'newcontent_movie': self.genres,
}
return descriptions.get(self.webhook_type, '')
Expand Down

0 comments on commit bb0e3a2

Please sign in to comment.