kalkih / mini-media-player

Minimalistic media card for Home Assistant Lovelace UI
MIT License
1.49k stars 205 forks source link

Override icon with an image URL #639

Closed jampez77 closed 2 years ago

jampez77 commented 2 years ago

added image attribute to override icon with a URL.

jampez77 commented 2 years ago

Not sure why this is failing, any help would be appreciated.

kalkih commented 2 years ago

Sorry the build pipeline was broken on the dev branch, it's now fixed, please do a commit --amend and then a push --force, or rebase the dev branch and push.

jampez77 commented 2 years ago

Sorry the build pipeline was broken on the dev branch, it's now fixed, please do a commit --amend and then a push --force, or rebase the dev branch and push.

I've tried that and it's still failing but this time with no information, odd

kalkih commented 2 years ago

The build can be found here: https://app.travis-ci.com/github/kalkih/mini-media-player/builds/249275837

Error: /home/travis/build/kalkih/mini-media-player/src/main.ts(296,21): semantic error TS2339: Property 'image' does not exist on type 'MiniMediaPlayerConfiguration'.

You need to add the new config option to the MiniMediaPlayerBaseConfiguration interface.

kalkih commented 2 years ago

Great stuff!