Skip to content

Commit a4b9efa

Browse files
authored
Support AM/FM channel name in Russound RIO (home-assistant#148421)
1 parent 1554476 commit a4b9efa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

homeassistant/components/russound_rio/media_player.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def source_list(self) -> list[str]:
132132
@property
133133
def media_title(self) -> str | None:
134134
"""Title of current playing media."""
135-
return self._source.song_name
135+
return self._source.song_name or self._source.channel
136136

137137
@property
138138
def media_artist(self) -> str | None:

0 commit comments

Comments
 (0)