mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Fix cast platform album name property (#20411)
This commit is contained in:
parent
cea2bf94bd
commit
d6c12e47f4
@ -613,7 +613,7 @@ class CastDevice(MediaPlayerDevice):
|
||||
return self.media_status.artist if self.media_status else None
|
||||
|
||||
@property
|
||||
def media_album(self):
|
||||
def media_album_name(self):
|
||||
"""Album of current playing media (Music track only)."""
|
||||
return self.media_status.album_name if self.media_status else None
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user