This commit is contained in:
Luis Garcia
2024-04-15 15:03:18 -06:00
parent ae71ca0940
commit 5b1933cb08
2 changed files with 4 additions and 5 deletions

View File

@@ -69,13 +69,12 @@ def get_guids(item: Union[Movie, Episode], completed=True):
f"Plex: {item.title} has no locations",
1,
)
if not item.guids:
logger(
f"Plex: {item.title} has no guids",
1,
)
)
return {
"title": item.title,