We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642ba8b commit b7f2913Copy full SHA for b7f2913
plexapi/library.py
@@ -662,7 +662,7 @@ def getGuid(self, guid):
662
guidLookup = {}
663
for item in library.all():
664
guidLookup[item.guid] = item
665
- guidLookup.update({guid.id: item for guid in item.guids}}
+ guidLookup.update({guid.id: item for guid in item.guids})
666
667
result1 = guidLookup['plex://show/5d9c086c46115600200aa2fe']
668
result2 = guidLookup['imdb://tt0944947']
0 commit comments