mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-26 13:40:22 +00:00
addressing #587
This commit is contained in:
parent
7dad2a8931
commit
c6458a41a5
1 changed files with 1 additions and 0 deletions
|
@ -717,6 +717,7 @@ class Marker(PlexObject):
|
||||||
self.end = cast(int, data.attrib.get('endTimeOffset'))
|
self.end = cast(int, data.attrib.get('endTimeOffset'))
|
||||||
|
|
||||||
|
|
||||||
|
@utils.registerPlexObject
|
||||||
class Field(PlexObject):
|
class Field(PlexObject):
|
||||||
""" Represents a single Field.
|
""" Represents a single Field.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue