Fixes errors with the new youtube music
This commit is contained in:
parent
450c17e720
commit
6e303a2ff8
4 changed files with 28 additions and 20 deletions
|
|
@ -5,6 +5,8 @@
|
|||
}
|
||||
|
||||
.widget {
|
||||
color: $foreground;
|
||||
|
||||
box-shadow: $box-shadow-inner-less;
|
||||
background: $background;
|
||||
border-radius: $border-radius;
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
)
|
||||
|
||||
(image
|
||||
:path {substring(media-info["mpris:artUrl"], 7, 8000)}
|
||||
:path {media-info["mpris:artUrl"]}
|
||||
:image-width 128
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue