mirror of
https://github.com/pkkid/python-plexapi
synced 2025-02-16 12:58:26 +00:00
Register LyricStream as a PlexObject (#1434)
This commit is contained in:
parent
f1c3d3adff
commit
185696e87e
1 changed files with 1 additions and 0 deletions
|
@ -478,6 +478,7 @@ class SubtitleStream(MediaPartStream):
|
|||
return self.setSelected()
|
||||
|
||||
|
||||
@utils.registerPlexObject
|
||||
class LyricStream(MediaPartStream):
|
||||
""" Represents a lyric stream within a :class:`~plexapi.media.MediaPart`.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue