Plex: Add title to episode_guids

pull/57/head
Luigi311 2023-03-23 22:49:14 -06:00
parent a5540b94d5
commit 0774735f0f
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ def get_episode_guids(episode, show, completed=True):
1,
)
episode_guids_temp["title"] = episode.title
episode_guids_temp["locations"] = tuple(
[x.split("/")[-1] for x in episode.locations]
)