Add icon for music libraries

This commit is contained in:
Charles Ewert 2019-10-13 16:26:20 -04:00
parent 4e356e6030
commit 6b850007bf
2 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ function itemContentChanged() as void
itemPoster.height = "96"
itemPoster.translation = "[192, 88]"
itemPoster.uri = "pkg:/images/baseline_live_tv_white_48dp.png"
else if itemData.type = "music" then
itemPoster.width = "96"
itemPoster.height = "96"
itemPoster.translation = "[192, 88]"
itemPoster.uri = "pkg:/images/baseline_library_music_white_48dp.png"
else
itemPoster.uri = itemData.imageURL
end if

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B