Destroyed Der Bose Soundtouch Player (markdown)

Armilar
2024-01-08 21:23:33 +01:00
parent 5ce9203880
commit a641a6c068

@@ -1,18 +0,0 @@
```Typescript
let BoseSoundtouch: PageType =
{
'type': 'cardMedia',
'heading': 'Bose Soundtouch',
'items': [{
id: AliasPath + 'Media.PlayerBoseSoundtouch',
adapterPlayerInstance: "bosesoundtouch.0.",
speakerList: ['Wohnzimmer'],
colorMediaIcon: White,
colorMediaArtist: Yellow,
colorMediaTitle: Yellow,
alwaysOnDisplay: true,
autoCreateALias: true
}]
};
```