mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-31 03:50:11 -07:00
Add fake Live TV library
This commit is contained in:
parent
bcd0691b33
commit
1dd1c6f67f
6 changed files with 42 additions and 0 deletions
|
@ -1267,6 +1267,9 @@ class PmsConnect(object):
|
|||
|
||||
# Get additional metadata from metadata.provider.plex.tv
|
||||
if not plex_guid and metadata['live']:
|
||||
metadata['section_id'] = common.LIVE_TV_SECTION_ID
|
||||
metadata['library_name'] = common.LIVE_TV_SECTION_NAME
|
||||
|
||||
plextv_metadata = self.get_metadata_details(plex_guid=metadata['guid'])
|
||||
if plextv_metadata:
|
||||
keys_to_update = ['summary', 'rating', 'thumb', 'grandparent_thumb', 'duration',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue