mirror of
https://github.com/home-assistant/core.git
synced 2026-04-27 04:58:16 +00:00
Support AM/FM channel name in Russound RIO (#148421)
This commit is contained in:
@@ -132,7 +132,7 @@ class RussoundZoneDevice(RussoundBaseEntity, MediaPlayerEntity):
|
||||
@property
|
||||
def media_title(self) -> str | None:
|
||||
"""Title of current playing media."""
|
||||
return self._source.song_name
|
||||
return self._source.song_name or self._source.channel
|
||||
|
||||
@property
|
||||
def media_artist(self) -> str | None:
|
||||
|
||||
Reference in New Issue
Block a user