mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
Fix Plex media summary attribute (#44863)
This commit is contained in:
parent
88eac0be85
commit
b6d323b008
@ -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…
x
Reference in New Issue
Block a user