Hey,
It appears that there's a slight glitch with the runtime placement (currently using Chrome both desktop and android). Also when the runtime is not displayed, the progress is kind of _dimmed_
hide.runtime: false
hide.runtime: true
Here's my config:
type: custom:mini-media-player
entity: media_player.sonos_universal
name: Sonos Connect
artwork_border: true
icon: mdi:disc-player
hide:
name: true
icon: true
power: true
volume: false
shuffle: false
source: true
progress: false
runtime: false/true
artwork: full-cover
group: false
max_volume: 80
Hey, should be fixed with 3853729ae4911fe1aac3ce09b2ad821bf1a1192b
Will be included in the next release.
Amazing, thanks :)
I've tested the dev branch and it seems the runtime is still a bit off compared to when the artwork in not in full-cover mode (however, the _dim_ problem is fixed):

Strange, tried with your config, should be fixed in the latest release, give it a shot!
@kalkih, still the same issue as my last comment with 1.1.3 :( Running latest chrome desktop, same on android.
Okay I found the issue..., If the active theme didn't have --ha-card-border-radius set, the style would fallback to an invalid value because I missed putting px after 4 馃槥
Anyway, setting --ha-card-border-radius: 0px should solve the issue until the next release, or if you want to build from source.
Great, it's working, I built from source! Thanks a lot :)
Fix now available in the latest release :tada: