mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add metadata parameters to notification string options.
Add SxE to notification title if type is episode.
This commit is contained in:
parent
abc90e1252
commit
824d4dfea2
6 changed files with 82 additions and 54 deletions
|
@ -251,7 +251,7 @@ class PmsConnect(object):
|
|||
Output: array
|
||||
"""
|
||||
def get_metadata_details(self, rating_key=''):
|
||||
metadata = self.get_metadata(rating_key, output_format='xml')
|
||||
metadata = self.get_metadata(str(rating_key), output_format='xml')
|
||||
|
||||
try:
|
||||
xml_head = metadata.getElementsByTagName('MediaContainer')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue