Plex: Add title to episode_guids
parent
a5540b94d5
commit
0774735f0f
|
|
@ -66,6 +66,7 @@ def get_episode_guids(episode, show, completed=True):
|
||||||
1,
|
1,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
episode_guids_temp["title"] = episode.title
|
||||||
episode_guids_temp["locations"] = tuple(
|
episode_guids_temp["locations"] = tuple(
|
||||||
[x.split("/")[-1] for x in episode.locations]
|
[x.split("/")[-1] for x in episode.locations]
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue