mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
Correct Poster TAG
This commit is contained in:
parent
9f71277530
commit
e62dff0a09
1 changed files with 2 additions and 2 deletions
|
@ -472,9 +472,9 @@ class Poster(PlexObject):
|
|||
""" Represents a Poster.
|
||||
|
||||
Attributes:
|
||||
TAG (str): 'Poster'
|
||||
TAG (str): 'Photo'
|
||||
"""
|
||||
TAG = 'Poster'
|
||||
TAG = 'Photo'
|
||||
|
||||
def _loadData(self, data):
|
||||
self._data = data
|
||||
|
|
Loading…
Reference in a new issue