mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 06:17:07 +00:00
Fix Plex media summary attribute (#44863)
This commit is contained in:
parent
2e864ca435
commit
d3d66c2e27
@ -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