MediaMini: fixed fallback icon
This commit is contained in:
parent
c6cf5a0fab
commit
1206be34dc
1 changed files with 0 additions and 1 deletions
|
|
@ -119,7 +119,6 @@ Row {
|
||||||
|
|
||||||
NImageCircled {
|
NImageCircled {
|
||||||
id: trackArt
|
id: trackArt
|
||||||
visible: MediaService.trackArtUrl.toString() !== ""
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
imagePath: MediaService.trackArtUrl
|
imagePath: MediaService.trackArtUrl
|
||||||
fallbackIcon: MediaService.isPlaying ? "pause" : "play_arrow"
|
fallbackIcon: MediaService.isPlaying ? "pause" : "play_arrow"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue