mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 08:07:45 +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_content_rating",
|
||||||
"media_library_title",
|
"media_library_title",
|
||||||
"player_source",
|
"player_source",
|
||||||
"summary",
|
"media_summary",
|
||||||
"username",
|
"username",
|
||||||
]:
|
]:
|
||||||
value = getattr(self, attr, None)
|
value = getattr(self, attr, None)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user