Skip to content

Commit

Permalink
Add StationName property
Browse files Browse the repository at this point in the history
  • Loading branch information
enen92 committed Sep 27, 2020
1 parent 2fc6559 commit f1f10ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/lib/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,9 @@ def __add_stations(stations, add_custom=False, browse_more=None):
station_id=station_id,
),
'is_playable': True,
'properties': {
'StationName': station.get('name', '') # Matrix++ only
}
})
if add_custom:
items.append({
Expand Down

0 comments on commit f1f10ce

Please sign in to comment.