mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 11:43:13 +00:00
corrected Optimized TAG
This commit is contained in:
parent
2da4d2bf68
commit
6aca1e5e50
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ class TranscodeSession(PlexObject):
|
|||
@utils.registerPlexObject
|
||||
class Optimized(PlexObject):
|
||||
""" Represents a Optimized item. """
|
||||
TAG = 'Optimized'
|
||||
TAG = 'Item'
|
||||
|
||||
def _loadData(self, data):
|
||||
self._data = data
|
||||
|
|
Loading…
Reference in a new issue