We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7fa7a commit 6f37554Copy full SHA for 6f37554
plexapi/photo.py
@@ -117,6 +117,7 @@ def _loadData(self, data):
117
self.updatedAt = utils.toDatetime(data.attrib.get('updatedAt'))
118
self.year = utils.cast(int, data.attrib.get('year'))
119
self.media = self.findItems(data, media.Media)
120
+ self.tag = self.findItems(data, media.Tag)
121
122
def photoalbum(self):
123
""" Return this photo's :class:`~plexapi.photo.Photoalbum`. """
0 commit comments