Skip to content

Commit f1f10ce

Browse files
committed
Add StationName property
1 parent 2fc6559 commit f1f10ce

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

resources/lib/plugin.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,9 @@ def __add_stations(stations, add_custom=False, browse_more=None):
542542
station_id=station_id,
543543
),
544544
'is_playable': True,
545+
'properties': {
546+
'StationName': station.get('name', '') # Matrix++ only
547+
}
545548
})
546549
if add_custom:
547550
items.append({

0 commit comments

Comments
 (0)