Fix Plex media summary attribute (#44863)
This commit is contained in:
parent
88eac0be85
commit
b6d323b008
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ class PlexMediaPlayer(MediaPlayerEntity):
|
|||
"media_content_rating",
|
||||
"media_library_title",
|
||||
"player_source",
|
||||
"summary",
|
||||
"media_summary",
|
||||
"username",
|
||||
]:
|
||||
value = getattr(self, attr, None)
|
||||
|
|
Loading…
Add table
Reference in a new issue