mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 19:53:17 +00:00
removal of registerPlexObject as the only usage calls this class directly.
This commit is contained in:
parent
6829bb2759
commit
3746b4ecb5
1 changed files with 0 additions and 1 deletions
|
@ -715,7 +715,6 @@ class Marker(PlexObject):
|
|||
self.end = cast(int, data.attrib.get('endTimeOffset'))
|
||||
|
||||
|
||||
@utils.registerPlexObject
|
||||
class Field(PlexObject):
|
||||
""" Represents a single Field.
|
||||
|
||||
|
|
Loading…
Reference in a new issue